eslint-plugin-no-only-tests
eslint-plugin-no-only-tests copied to clipboard
ESLint rule for catching focused/only test blocks
Results
2
eslint-plugin-no-only-tests issues
Sort by
recently updated
recently updated
newest added
Wondering if there is a way to add support for `xit`? ```js xit("some test", () => {}) ```
`.eslintrc.json` ``` "no-only-tests/no-only-tests": ["error", { "functions": ["fit", "xit"] }], ``` `output` ``` [Error - 10:49:28] Calculating config file for file:///Users/.../package.json) failed. Error: .eslintrc.json: Configuration for rule "no-only-tests/no-only-tests" is invalid: Value...