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 8513652 commit e563a89Copy full SHA for e563a89
jest.config.ts
@@ -16,6 +16,10 @@ const config: Config = {
16
? [['github-actions', { silent: false }], 'summary']
17
: undefined,
18
testMatch: ['**/__tests__/**/*.test.ts?(x)'],
19
+ watchPlugins: [
20
+ 'jest-watch-typeahead/filename',
21
+ 'jest-watch-typeahead/testname',
22
+ ],
23
};
24
25
export default config;
0 commit comments