Skip to content

Commit 329744d

Browse files
CCM-7940: Fix jest config
1 parent 47c08ed commit 329744d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utils/utils/jest.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ export const baseJestConfig: Config = {
2626

2727
coveragePathIgnorePatterns: ['/__tests__/'],
2828
transform: { '^.+\\.ts$': '@swc/jest' },
29-
testPathIgnorePatterns: ['.bluild'],
3029
testMatch: ['**/?(*.)+(spec|test).[jt]s?(x)'],
3130

3231
// Use this configuration option to add custom reporters to Jest

0 commit comments

Comments
 (0)