UNPKG

only-changed-jest-watch-plugin

Version:

Jest watch plugin for running either only the modified test (for TDD), or tests of dependant modules

19 lines (15 loc) 299 B
{ "env": { "es6": true, "mocha": true }, "parserOptions": { "sourceType": "module" }, "extends": "standard", "rules": { "semi": ["error", "always"], "no-multi-spaces": ["error", { "exceptions": { "VariableDeclarator": true } }], "promise/param-names": 0 } }