Skip to content

Commit

Permalink
test(ui-badge,ui-billboard): migrate old Billboard tests and also del…
Browse files Browse the repository at this point in the history
…ete old ones

Closes: INSTUI-3863
  • Loading branch information
git-nandor authored and balzss committed Oct 3, 2023
1 parent cd5e681 commit 67bbae1
Show file tree
Hide file tree
Showing 10 changed files with 183 additions and 341 deletions.
12 changes: 9 additions & 3 deletions package-lock.json

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

1 change: 0 additions & 1 deletion packages/ui-badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"devDependencies": {
"@instructure/ui-axe-check": "8.44.0",
"@instructure/ui-babel-preset": "8.44.0",
"@instructure/ui-test-locator": "8.44.0",
"@instructure/ui-test-utils": "8.44.0",
"@instructure/ui-themes": "8.44.0",
"@testing-library/jest-dom": "^5.17.0",
Expand Down
30 changes: 0 additions & 30 deletions packages/ui-badge/src/Badge/BadgeLocator.ts

This file was deleted.

111 changes: 0 additions & 111 deletions packages/ui-badge/src/Badge/__tests__/Badge.test.tsx

This file was deleted.

27 changes: 0 additions & 27 deletions packages/ui-badge/src/Badge/locator.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/ui-badge/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
{ "path": "../ui-testable/tsconfig.build.json" },
{ "path": "../ui-view/tsconfig.build.json" },
{ "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": "../ui-utils/tsconfig.build.json" },
Expand Down
6 changes: 5 additions & 1 deletion packages/ui-billboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@
"@instructure/ui-color-utils": "8.44.0",
"@instructure/ui-icons": "8.44.0",
"@instructure/ui-test-utils": "8.44.0",
"@instructure/ui-themes": "8.44.0"
"@instructure/ui-themes": "8.44.0",
"@instructure/ui-axe-check": "8.44.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3"
},
"dependencies": {
"@babel/runtime": "^7.22.15",
Expand Down
Loading

0 comments on commit 67bbae1

Please sign in to comment.