Skip to content

Commit

Permalink
test: fix edge tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 15, 2020
1 parent 1ee2862 commit d3dd2b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
"**/@babel/preset-react": "^7.8.3",
"**/@babel/runtime-corejs2": "^7.8.4",
"**/@babel/runtime": "^7.8.4",
"**/@testing-library/dom": "https://pkg.csb.dev/testing-library/dom-testing-library/commit/911124a3/@testing-library/dom",
"**/hoist-non-react-statics": "^3.3.2",
"**/next/terser": "^4.1.2"
},
Expand Down
7 changes: 3 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2206,10 +2206,9 @@
dependencies:
defer-to-connect "^1.0.1"

"@testing-library/dom@^7.0.2", "@testing-library/dom@^7.0.3":
version "7.0.3"
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.0.3.tgz#284815f9995340171a4804819410db7288fd26b3"
integrity sha512-zBGQX1Ik+dK3nCdLa9jY5d0DHA4Bx79zaT0Zlv6avOcgop9gf6ff/43Z4rJDDIO2nFsWdoLdoJQY5VQ4TanLsw==
"@testing-library/dom@^7.0.2", "@testing-library/dom@^7.0.3", "@testing-library/dom@https://pkg.csb.dev/testing-library/dom-testing-library/commit/911124a3/@testing-library/dom":
version "0.0.0-semantically-released"
resolved "https://pkg.csb.dev/testing-library/dom-testing-library/commit/911124a3/@testing-library/dom#4003b4ab63ec5f19e5d8ac3353342cc55b03ef16"
dependencies:
"@babel/runtime" "^7.8.4"
"@types/testing-library__dom" "^6.12.1"
Expand Down

0 comments on commit d3dd2b2

Please sign in to comment.