UNPKG

only-changed-jest-watch-plugin

Version:

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

17 lines (13 loc) 215 B
{ "root": true, "extends": "@ljharb", "env": { "es6": true }, "rules": { "id-length": [2, { "max": 30 }], "max-statements": [2, 16], "no-magic-numbers": 0, "operator-linebreak": [2, "before"] } }