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 fce7a5d commit 33d3f5aCopy full SHA for 33d3f5a
core/jest.config.js
@@ -29,7 +29,5 @@ export default {
29
globalSetup: "<rootDir>/test/jest.global-setup.ts",
30
setupFilesAfterEnv: ["<rootDir>/test/jest.setup-after-env.js"],
31
maxWorkers: 1, // equivalent to CLI --runInBand
32
- modulePathIgnorePatterns: [
33
- "<rootDir>/config/yaml/LocalPlatformClient.test.ts",
34
- ],
+ testMatch: ["**/*.test.ts"],
35
};
0 commit comments