We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58a9d86 commit 033684eCopy full SHA for 033684e
jest.config.ts
@@ -7,6 +7,6 @@ export default (): Config.InitialOptions => {
7
coverageReporters: ['lcov', 'html', 'json'],
8
setupFilesAfterEnv: ['./jest.setup.ts'],
9
verbose: true,
10
- testMatch: ['**/test/**/transformers.test.ts'],
+ testMatch: ['**/test/**/*.test.ts'],
11
};
12
0 commit comments