Skip to content

Commit

Permalink
Test React Testing Library patch
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Feb 16, 2023
1 parent c3d5d38 commit da32242
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"@playwright/test": "1.30.0",
"@rollup/plugin-replace": "^5.0.2",
"@testing-library/dom": "^8.20.0",
"@testing-library/react": "^13.4.0",
"@testing-library/react": "https://pkg.csb.dev/testing-library/react-testing-library/commit/bfd1db76/@testing-library/react",
"@types/chai": "^4.3.4",
"@types/chai-dom": "^1.11.0",
"@types/enzyme": "^3.10.12",
Expand Down
7 changes: 3 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2823,10 +2823,9 @@
lz-string "^1.4.4"
pretty-format "^27.0.2"

"@testing-library/react@^13.4.0":
version "13.4.0"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-13.4.0.tgz#6a31e3bf5951615593ad984e96b9e5e2d9380966"
integrity sha512-sXOGON+WNTh3MLE9rve97ftaZukN3oNf2KjDy7YTx6hcTO2uuLHuCGynMDhFwGw/jYf4OJ2Qk0i4i79qMNNkyw==
"@testing-library/react@https://pkg.csb.dev/testing-library/react-testing-library/commit/bfd1db76/@testing-library/react":
version "0.0.0-semantically-released"
resolved "https://pkg.csb.dev/testing-library/react-testing-library/commit/bfd1db76/@testing-library/react#ce282351bee0406e4db400d6508e82d098c0965e"
dependencies:
"@babel/runtime" "^7.12.5"
"@testing-library/dom" "^8.5.0"
Expand Down

0 comments on commit da32242

Please sign in to comment.