Skip to content

Commit ef659de

Browse files
authored
chore: upgrade Jest to v30 (#3191)
Upgrades Jest to v30 and removes `@tootallnate/once` **Before:** <img width="357" height="149" alt="Screenshot 2026-03-09 at 09 08 12" src="https://github.com/user-attachments/assets/d18672de-5283-45ee-9189-ef896dd94cc5" /> **After:** <img width="366" height="54" alt="Screenshot 2026-03-09 at 09 06 47" src="https://github.com/user-attachments/assets/c59309f6-9c28-4fca-bf06-e5a3c2ec1e67" />
1 parent d67513f commit ef659de

File tree

3 files changed

+1354
-1242
lines changed

3 files changed

+1354
-1242
lines changed

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)