Skip to content

Commit

Permalink
test(ui-link): migrate old Link tests
Browse files Browse the repository at this point in the history
Closes: INSTUI-4119
  • Loading branch information
ToMESSKa committed Jul 10, 2024
1 parent 81c559c commit a0670f3
Show file tree
Hide file tree
Showing 7 changed files with 478 additions and 466 deletions.
60 changes: 57 additions & 3 deletions package-lock.json

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

8 changes: 5 additions & 3 deletions packages/ui-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@
"prop-types": "^15.8.1"
},
"devDependencies": {
"@instructure/ui-axe-check": "9.2.0",
"@instructure/ui-babel-preset": "9.2.0",
"@instructure/ui-test-locator": "9.2.0",
"@instructure/ui-test-queries": "9.2.0",
"@instructure/ui-test-utils": "9.2.0",
"@instructure/ui-themes": "9.2.0"
"@instructure/ui-themes": "9.2.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@testing-library/user-event": "^14.5.2"
},
"peerDependencies": {
"react": ">=16.8 <=18"
Expand Down
35 changes: 0 additions & 35 deletions packages/ui-link/src/Link/LinkLocator.ts

This file was deleted.

Loading

0 comments on commit a0670f3

Please sign in to comment.