Skip to content

Commit e091004

Browse files
committed
chore: update vitest setup
1 parent 0811c91 commit e091004

7 files changed

Lines changed: 492 additions & 234 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ storybook-report.json
2828
*.sln
2929
*.sw?
3030

31-
.pnpm-store
31+
.pnpm-store
32+
.pnpm-store
33+
tsconfig.tsbuildinfo
34+
reports

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@
2626
"@storybook/addon-docs": "9.0.15",
2727
"@storybook/addon-links": "9.0.15",
2828
"@storybook/react-vite": "9.0.15",
29-
"@storybook/test-runner": "^0.23.0",
29+
"@storybook/test-runner": "0.23.0",
30+
"@testing-library/jest-dom": "6.6.3",
31+
"@testing-library/react": "16.3.0",
3032
"@types/lodash-es": "4.17.12",
3133
"@types/react": "19.1.8",
3234
"@types/react-dom": "19.1.6",
3335
"@vitejs/plugin-react-swc": "3.10.2",
34-
"@vitest/coverage-v8": "3.2.4",
36+
"@vitest/coverage-istanbul": "3.2.4",
3537
"axe-playwright": "2.1.0",
3638
"concurrently": "8.2.2",
3739
"eslint": "9.24.0",
@@ -47,6 +49,7 @@
4749
"eslint-plugin-vitest": "0.5.4",
4850
"http-server": "14.1.1",
4951
"husky": "8.0.3",
52+
"jsdom": "26.1.0",
5053
"playwright": "1.52.0",
5154
"prettier": "3.5.3",
5255
"pretty-quick": "4.1.1",

0 commit comments

Comments
 (0)