Skip to content

Commit

Permalink
* Add jest-watch-typeahead (#3781)
Browse files Browse the repository at this point in the history
  • Loading branch information
hudochenkov committed Nov 6, 2018
1 parent 29e0fde commit 547888b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -102,6 +102,7 @@
"flow-typed": "^2.5.1",
"husky": "^1.1.0",
"jest": "^23.4.1",
"jest-watch-typeahead": "^0.2.0",
"lint-staged": "^8.0.0",
"npm-run-all": "^4.0.2",
"npmpub": "^4.1.0",
Expand Down Expand Up @@ -180,7 +181,11 @@
"lib",
"system-tests"
],
"testRegex": ".*\\.test\\.js$|rules/.*/__tests__/.*\\.js$"
"testRegex": ".*\\.test\\.js$|rules/.*/__tests__/.*\\.js$",
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
]
},
"remarkConfig": {
"plugins": [
Expand Down

0 comments on commit 547888b

Please sign in to comment.