Skip to content

Commit afb79da

Browse files
committed
Revert "chore: upgrade Jest to v30 (#3191)"
This reverts commit ef659de.
1 parent 0f566d2 commit afb79da

File tree

3 files changed

+1241
-1353
lines changed

3 files changed

+1241
-1353
lines changed

jest.config.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module.exports = {
2-
collectCoverage: true,
3-
testEnvironment: 'node',
42
setupFiles: ['<rootDir>/setupTests.js'],
5-
testPathIgnorePatterns: ['<rootDir>/src/', '<rootDir>/tests/integration/'],
3+
testPathIgnorePatterns: ['<rootDir>/src/'],
64
transform: {
75
'^.+\\.ts$': 'ts-jest',
86
},

0 commit comments

Comments
 (0)