Skip to content

Commit

Permalink
Merge pull request #254 from remarkablemark/dependabot/npm_and_yarn/j…
Browse files Browse the repository at this point in the history
…est-27.0.4

build(deps-dev): bump jest from 26.6.3 to 27.0.4
  • Loading branch information
remarkablemark committed Jun 12, 2021
2 parents 48a46de + f144415 commit 2bc6483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -19,7 +19,7 @@
"test": "jest --coverage --testPathIgnorePatterns test/integration/",
"test:ci": "npm test -- --ci",
"test:module": "node --experimental-modules test/module/index.mjs",
"test:integration": "npm run build && jest test/integration/",
"test:integration": "npm run build && jest --env=jsdom test/integration/",
"test:watch": "npm test -- --watch"
},
"repository": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"eslint": "^7.24.0",
"eslint-plugin-prettier": "^3.4.0",
"husky": "^6.0.0",
"jest": "^26.6.3",
"jest": "^27.0.4",
"lint-staged": "^11.0.0",
"pinst": "^2.1.6",
"preact": "^10.5.13",
Expand Down

0 comments on commit 2bc6483

Please sign in to comment.