Skip to content

Commit 8888f18

Browse files
Remove unused Jest setup
1 parent 606861d commit 8888f18

File tree

3 files changed

+566
-1389
lines changed

3 files changed

+566
-1389
lines changed

jest.setup.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,12 @@
2727
"jest": "^30.1.1",
2828
"jest-environment-jsdom": "^30.1.1",
2929
"jest-fetch-mock": "^3.0.3",
30-
"mutationobserver-shim": "^0.3.7",
3130
"officecrypto-tool": "^0.0.19",
3231
"playwright-core": "^1.55.0",
3332
"prettier": "^3.6.2"
3433
},
3534
"jest": {
3635
"collectCoverage": true,
37-
"setupFilesAfterEnv": [
38-
"<rootDir>/jest.setup.js"
39-
],
4036
"testPathIgnorePatterns": [
4137
"app/assets/builds/",
4238
"node_modules/",

0 commit comments

Comments
 (0)