Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidRouyer committed Oct 28, 2024
1 parent 5e99248 commit 2e335b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions packages/ui/.vitest/setup.ts
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
// https://github.com/testing-library/jest-dom/issues/515
/// <reference types="@testing-library/jest-dom" />

import '@testing-library/jest-dom/vitest';
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@kyaku/eslint-config": "*",
"@kyaku/prettier-config": "*",
"@kyaku/tsconfig": "*",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2944,7 +2944,7 @@ __metadata:
"@radix-ui/react-slot": "npm:^1.1.0"
"@radix-ui/react-switch": "npm:^1.1.1"
"@radix-ui/react-tooltip": "npm:^1.1.3"
"@testing-library/jest-dom": "npm:^6.5.0"
"@testing-library/jest-dom": "npm:^6.6.2"
"@testing-library/react": "npm:^16.0.1"
"@types/react": "npm:^18.3.12"
"@types/react-dom": "npm:^18.3.1"
Expand Down Expand Up @@ -5712,7 +5712,7 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:^6.5.0":
"@testing-library/jest-dom@npm:^6.5.0, @testing-library/jest-dom@npm:^6.6.2":
version: 6.6.2
resolution: "@testing-library/jest-dom@npm:6.6.2"
dependencies:
Expand Down

0 comments on commit 2e335b1

Please sign in to comment.