Skip to content

Commit f0fc2a1

Browse files
committed
fix: make tests work again
1 parent 72c546d commit f0fc2a1

File tree

5 files changed

+1110
-3884
lines changed

5 files changed

+1110
-3884
lines changed

jest.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ module.exports = {
44
"resetMocks": true,
55
"restoreMocks": true,
66
"rootDir": "./src",
7-
"testEnvironment": "jsdom",
87
"testPathIgnorePatterns": ["./build"],
98
"preset": "ts-jest"
10-
}
9+
}

0 commit comments

Comments
 (0)