Skip to content

Commit 640ff33

Browse files
committed
Add jest-watch-typeahead
1 parent c98a98a commit 640ff33

3 files changed

Lines changed: 170 additions & 0 deletions

File tree

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
"!<rootDir>/src/tstl.ts",
1111
],
1212
watchPathIgnorePatterns: ["cli/watch/[^/]+$", "src/lualib"],
13+
watchPlugins: ["jest-watch-typeahead/filename", "jest-watch-typeahead/testname"],
1314

1415
setupFilesAfterEnv: ["<rootDir>/test/setup.ts"],
1516
testEnvironment: "node",

package-lock.json

Lines changed: 168 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
"javascript-stringify": "^2.0.1",
5656
"jest": "^26.0.1",
5757
"jest-circus": "^25.1.0",
58+
"jest-watch-typeahead": "^0.6.1",
5859
"lua-types": "^2.8.0",
5960
"memfs": "^3.2.0",
6061
"prettier": "^2.0.5",

0 commit comments

Comments
 (0)