diff --git a/package.json b/package.json index 850e689..4648ff3 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index fe1e4db..411315a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"