Skip to content

Commit 33d3f5a

Browse files
committed
jest only *.test.ts files
1 parent fce7a5d commit 33d3f5a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core/jest.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,5 @@ export default {
2929
globalSetup: "<rootDir>/test/jest.global-setup.ts",
3030
setupFilesAfterEnv: ["<rootDir>/test/jest.setup-after-env.js"],
3131
maxWorkers: 1, // equivalent to CLI --runInBand
32-
modulePathIgnorePatterns: [
33-
"<rootDir>/config/yaml/LocalPlatformClient.test.ts",
34-
],
32+
testMatch: ["**/*.test.ts"],
3533
};

0 commit comments

Comments
 (0)