Skip to content

Commit

Permalink
cluster-ui: add @testing-library/jest-dom to dev deps
Browse files Browse the repository at this point in the history
This commit adds the pkg @testing-library/jest-dom to
take advantage of the many test utils provided by jest-dom.

Epic: none

Release note: None
  • Loading branch information
xinhaoz committed Oct 3, 2024
1 parent ac0b244 commit 940fbd0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
36 changes: 36 additions & 0 deletions pkg/ui/pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions pkg/ui/workspaces/cluster-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"@storybook/addons": "^6.3.1",
"@storybook/react": "^6.3.1",
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.5.0",
"@types/chai": "^4.2.11",
Expand Down

0 comments on commit 940fbd0

Please sign in to comment.