Skip to content

Commit 7533483

Browse files
committed
update jest-dom dependency
as described at testing-library/dom-testing-library#260
1 parent 93602ad commit 7533483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"@babel/plugin-transform-react-jsx": "^7.3.0",
4444
"@babel/plugin-transform-runtime": "^7.6.2",
4545
"@babel/preset-env": "^7.6.3",
46+
"@testing-library/jest-dom": "^4.2.4",
4647
"cross-env": "^5.2.1",
4748
"eslint": "^5.16.0",
4849
"eslint-config-airbnb-base": "^13.2.0",
4950
"eslint-plugin-deprecate": "^0.5.4",
5051
"eslint-plugin-import": "^2.18.2",
5152
"eslint-plugin-react": "^7.16.0",
5253
"jest": "^24.9.0",
53-
"jest-dom": "^3.5.0",
5454
"jest-localstorage-mock": "^2.4.0",
5555
"prop-types": "^15.7.2",
5656
"react": "^16.10.2",

0 commit comments

Comments
 (0)