Skip to content

Commit 12bb6f3

Browse files
authored
chore(deps): remove redundant Jest watch plugin (#1173)
* chore(deps): restore Jest-compatible watch typeahead * chore(deps): remove redundant Jest watch plugin
1 parent 8b17a82 commit 12bb6f3

3 files changed

Lines changed: 0 additions & 97 deletions

File tree

jest.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,4 @@ module.exports = {
1111
'\\.(css|less)$': '<rootDir>/src/__mocks__/styleMock.ts',
1212
},
1313
testEnvironment: 'jsdom',
14-
watchPlugins: [
15-
require.resolve('jest-watch-typeahead/filename'),
16-
require.resolve('jest-watch-typeahead/testname'),
17-
],
1814
}

package-lock.json

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

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@
129129
"jest": "28.1.3",
130130
"jest-axe": "11.0.0",
131131
"jest-environment-jsdom": "28.1.3",
132-
"jest-watch-typeahead": "3.0.1",
133132
"less": "4.9.0",
134133
"lint-staged": "10.5.4",
135134
"marked": "4.3.0",

0 commit comments

Comments
 (0)