fix: jest no longer ships jest-environment-jsdom by default. Added it

This commit is contained in:
rebuilt 2023-07-07 16:20:36 -07:00
parent 6272664647
commit 1d2b01ff58
2 changed files with 358 additions and 3 deletions

View file

@ -20,6 +20,7 @@
"bootstrap": "^5.1.3",
"debounce": "^1.2.1",
"esbuild": "^0.17.12",
"jest-environment-jsdom": "^29.6.1",
"sass": "^1.43.4",
"semver": "^7.5.2"
},