We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7257644 commit 24104ecCopy full SHA for 24104ec
package.json
@@ -63,6 +63,7 @@
63
"husky": "^1.2.0",
64
"is-ci": "^2.0.0",
65
"jest": "^24.3.1",
66
+ "jest-watch-typeahead": "^0.2.1",
67
"lint-staged": "^8.1.0",
68
"lodash.camelcase": "^4.3.0",
69
"lodash.has": "^4.5.2",
src/config/jest.config.js
@@ -30,6 +30,10 @@ const jestConfig = {
30
statements: 100,
31
},
32
33
+ watchPlugins: [
34
+ require.resolve('jest-watch-typeahead/filename'),
35
+ require.resolve('jest-watch-typeahead/testname'),
36
+ ],
37
}
38
39
if (hasFile('tests/setup-env.js')) {
0 commit comments