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 47c08ed commit 329744dCopy full SHA for 329744d
utils/utils/jest.config.ts
@@ -26,7 +26,6 @@ export const baseJestConfig: Config = {
26
27
coveragePathIgnorePatterns: ['/__tests__/'],
28
transform: { '^.+\\.ts$': '@swc/jest' },
29
- testPathIgnorePatterns: ['.bluild'],
30
testMatch: ['**/?(*.)+(spec|test).[jt]s?(x)'],
31
32
// Use this configuration option to add custom reporters to Jest
0 commit comments