Skip to content

Commit

Permalink
test(ui-motion,ui-rating): migrate old Rating tests
Browse files Browse the repository at this point in the history
Closes: INSTUI-3992
  • Loading branch information
git-nandor committed Feb 12, 2024
1 parent e8ebb97 commit 9e3c7ba
Show file tree
Hide file tree
Showing 13 changed files with 204 additions and 493 deletions.
9 changes: 4 additions & 5 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions packages/ui-motion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
"license": "MIT",
"devDependencies": {
"@instructure/ui-babel-preset": "8.53.1",
"@instructure/ui-test-locator": "8.53.1",
"@instructure/ui-test-utils": "8.53.1",
"@instructure/ui-themes": "8.53.1"
},
"dependencies": {
Expand Down
29 changes: 0 additions & 29 deletions packages/ui-motion/src/Transition/TransitionLocator.ts

This file was deleted.

215 changes: 0 additions & 215 deletions packages/ui-motion/src/Transition/__tests__/Transition.test.tsx

This file was deleted.

27 changes: 0 additions & 27 deletions packages/ui-motion/src/Transition/locator.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/ui-motion/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"include": ["src"],
"references": [
{ "path": "../ui-babel-preset/tsconfig.build.json" },
{ "path": "../ui-test-locator/tsconfig.build.json" },
{ "path": "../ui-test-utils/tsconfig.build.json" },
{ "path": "../ui-themes/tsconfig.build.json" },
{ "path": "../emotion/tsconfig.build.json" },
{ "path": "../shared-types/tsconfig.build.json" },
Expand Down
7 changes: 4 additions & 3 deletions packages/ui-rating/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@
},
"devDependencies": {
"@instructure/ui-babel-preset": "8.53.1",
"@instructure/ui-test-locator": "8.53.1",
"@instructure/ui-test-utils": "8.53.1",
"@instructure/ui-themes": "8.53.1"
"@instructure/ui-themes": "8.53.1",
"@instructure/ui-axe-check": "8.53.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0"
},
"peerDependencies": {
"react": ">=16.8 <=18"
Expand Down
29 changes: 0 additions & 29 deletions packages/ui-rating/src/Rating/RatingLocator.ts

This file was deleted.

Loading

0 comments on commit 9e3c7ba

Please sign in to comment.