Skip to content

Commit 99d03e5

Browse files
committed
chore: upgrade Jest to v30
1 parent d67513f commit 99d03e5

3 files changed

Lines changed: 1354 additions & 1242 deletions

File tree

jest.config.js

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

0 commit comments

Comments
 (0)