Skip to content

Commit 033684e

Browse files
authored
run all tests
1 parent 58a9d86 commit 033684e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ export default (): Config.InitialOptions => {
77
coverageReporters: ['lcov', 'html', 'json'],
88
setupFilesAfterEnv: ['./jest.setup.ts'],
99
verbose: true,
10-
testMatch: ['**/test/**/transformers.test.ts'],
10+
testMatch: ['**/test/**/*.test.ts'],
1111
};
1212
};

0 commit comments

Comments
 (0)