Skip to content

Commit e563a89

Browse files
test(jest): add jest-watch-typeahead to watchPlugins
1 parent 8513652 commit e563a89

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

jest.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ const config: Config = {
1616
? [['github-actions', { silent: false }], 'summary']
1717
: undefined,
1818
testMatch: ['**/__tests__/**/*.test.ts?(x)'],
19+
watchPlugins: [
20+
'jest-watch-typeahead/filename',
21+
'jest-watch-typeahead/testname',
22+
],
1923
};
2024

2125
export default config;

0 commit comments

Comments
 (0)