Skip to content

Commit

Permalink
test(ui-radio-input): migrate old RadioInput tests
Browse files Browse the repository at this point in the history
Closes: INSTUI-4363
  • Loading branch information
git-nandor committed Nov 19, 2024
1 parent 21e3eb0 commit 1209b0d
Show file tree
Hide file tree
Showing 9 changed files with 190 additions and 279 deletions.
8 changes: 6 additions & 2 deletions package-lock.json

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

8 changes: 6 additions & 2 deletions packages/ui-radio-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,15 @@
"prop-types": "^15.8.1"
},
"devDependencies": {
"@instructure/ui-axe-check": "10.6.0",
"@instructure/ui-babel-preset": "10.6.0",
"@instructure/ui-color-utils": "10.6.0",
"@instructure/ui-test-locator": "10.6.0",
"@instructure/ui-test-utils": "10.6.0",
"@instructure/ui-themes": "10.6.0"
"@instructure/ui-themes": "10.6.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"vitest": "^2.1.1"
},
"peerDependencies": {
"react": ">=16.8 <=18"
Expand Down
30 changes: 0 additions & 30 deletions packages/ui-radio-input/src/RadioInput/RadioInputLocator.ts

This file was deleted.

Loading

0 comments on commit 1209b0d

Please sign in to comment.