Skip to content

Commit

Permalink
Add missing jest-snapshot dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Dec 14, 2021
1 parent 57c4a27 commit 7ab301c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"chalk": "^4.0.0",
"expect-puppeteer": "^4.4.0",
"jest-message-util": "^27.0.6",
"jest-snapshot": ">=26",
"lodash": "^4.17.21",
"puppeteer-testing-library": "^0.5.0",
"uuid": "^8.3.0"
},
"peerDependencies": {
"jest": ">=26",
"jest-snapshot": ">=26",
"puppeteer-core": ">=11"
},
"publishConfig": {
Expand Down
12 changes: 7 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ab301c

Please sign in to comment.