{ "lib/*.js": { "alternate": "lib/__tests__/{}-test.js", "type": "source", "dispatch": "npm run --silent jest __tests__/{}-test.js" }, "lib/__tests__/*-test.js": { "alternate": "lib/{}.js", "type": "test", "dispatch": "npm run --silent jest {file}" } }