Skip to content

Commit 2bc6483

Browse files
Merge pull request #254 from remarkablemark/dependabot/npm_and_yarn/jest-27.0.4
build(deps-dev): bump jest from 26.6.3 to 27.0.4
2 parents 48a46de + f144415 commit 2bc6483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"test": "jest --coverage --testPathIgnorePatterns test/integration/",
2020
"test:ci": "npm test -- --ci",
2121
"test:module": "node --experimental-modules test/module/index.mjs",
22-
"test:integration": "npm run build && jest test/integration/",
22+
"test:integration": "npm run build && jest --env=jsdom test/integration/",
2323
"test:watch": "npm test -- --watch"
2424
},
2525
"repository": {
@@ -55,7 +55,7 @@
5555
"eslint": "^7.24.0",
5656
"eslint-plugin-prettier": "^3.4.0",
5757
"husky": "^6.0.0",
58-
"jest": "^26.6.3",
58+
"jest": "^27.0.4",
5959
"lint-staged": "^11.0.0",
6060
"pinst": "^2.1.6",
6161
"preact": "^10.5.13",

0 commit comments

Comments
 (0)