Skip to content

Commit 98e13eb

Browse files
authored
chore: upgrade to Jest 27 (#40)
1 parent 3318e0d commit 98e13eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"eslint-plugin-simple-import-sort": "^5.0.3",
7676
"eslint-plugin-standard": "^4.0.1",
7777
"husky": "^4.2.5",
78-
"jest": "^26.0.1",
78+
"jest": "^27.0.6",
7979
"jest-watch-typeahead": "^0.6.0",
8080
"lint-staged": "^10.2.11",
8181
"preact": "^10.0.0-rc.1",
@@ -114,6 +114,7 @@
114114
]
115115
},
116116
"jest": {
117+
"testEnvironment": "jsdom",
117118
"watchPlugins": [
118119
"typeahead/filename",
119120
"typeahead/testname"

0 commit comments

Comments
 (0)