Skip to content

Commit

Permalink
test(ui-dialog): migrate old Dialog tests
Browse files Browse the repository at this point in the history
Closes: INSTUI-3879
  • Loading branch information
git-nandor committed Oct 19, 2023
1 parent 4aed81e commit bf2893f
Show file tree
Hide file tree
Showing 6 changed files with 575 additions and 650 deletions.
22 changes: 13 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.3",
"@types/react-dom": "^18.2.7",
"chalk": "^4.1.2",
Expand Down
4 changes: 3 additions & 1 deletion packages/ui-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@
"@instructure/console": "8.46.1",
"@instructure/ui-babel-preset": "8.46.1",
"@instructure/ui-prop-types": "8.46.1",
"@instructure/ui-test-utils": "8.46.1"
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1"
},
"peerDependencies": {
"react": ">=16.8 <=18"
Expand Down
Loading

0 comments on commit bf2893f

Please sign in to comment.