Skip to content

Commit e259054

Browse files
committed
Fix check for window.CSS
1 parent ea2e723 commit e259054

File tree

4 files changed

+328
-12
lines changed

4 files changed

+328
-12
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"eslint-plugin-react-hooks": "^4.6.2",
6666
"globals": "^15.10.0",
6767
"jest": "^29.7.0",
68+
"jest-environment-jsdom": "^29.7.0",
6869
"prettier": "^3.3.2",
6970
"prism-react-renderer": "^2.3.1",
7071
"react": "^18.3.1",
@@ -88,6 +89,9 @@
8889
"react": "^18.0.0",
8990
"react-dom": "^18.0.0"
9091
},
92+
"jest": {
93+
"testEnvironment": "jsdom"
94+
},
9195
"browserslist": [
9296
"last 1 chrome version",
9397
"last 1 firefox version",

0 commit comments

Comments
 (0)