Skip to content

Commit

Permalink
feat: add jest-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyunwan committed Jun 9, 2022
1 parent 37a6ba1 commit 011d9e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"ghooks": "^2.0.4",
"html-webpack-plugin": "^3.2.0",
"jest": "^27.5.1",
"jest-dom": "^4.0.0",
"lerna": "^4.0.0",
"lint-staged": "^8.2.1",
"prettier": "^2.2.1",
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7879,6 +7879,11 @@ jest-docblock@^27.5.1:
dependencies:
detect-newline "^3.0.0"

jest-dom@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/jest-dom/-/jest-dom-4.0.0.tgz#94eba3cbc6576e7bd6821867c92d176de28920eb"
integrity sha512-gBxYZlZB1Jgvf2gP2pRfjjUWF8woGBHj/g5rAQgFPB/0K2atGuhVcPO+BItyjWeKg9zM+dokgcMOH01vrWVMFA==

jest-each@^27.5.1:
version "27.5.1"
resolved "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz"
Expand Down

0 comments on commit 011d9e3

Please sign in to comment.