We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9de3a commit d987f08Copy full SHA for d987f08
1 file changed
apps/studio/package.json
@@ -13,6 +13,8 @@
13
"build": "pnpm msw:init && vite build",
14
"typecheck": "tsc --noEmit",
15
"test": "vitest run",
16
+ "test:watch": "vitest",
17
+ "test:coverage": "vitest run --coverage",
18
"test:bdd": "objectstack test",
19
"preview": "vite preview"
20
},
@@ -72,9 +74,13 @@
72
74
"@tanstack/router-devtools": "^1.91.6",
73
75
"@tanstack/router-plugin": "^1.91.5",
76
"@tailwindcss/postcss": "^4.2.2",
77
+ "@testing-library/jest-dom": "^6.6.3",
78
+ "@testing-library/react": "^16.1.0",
79
+ "@testing-library/user-event": "^14.5.2",
80
"@types/react": "^19.2.14",
81
"@types/react-dom": "^19.2.3",
82
"@vitejs/plugin-react": "^6.0.1",
83
+ "@vitest/coverage-v8": "^4.1.4",
84
"autoprefixer": "^10.4.27",
85
"esbuild": "^0.28.0",
86
"happy-dom": "^20.8.9",
0 commit comments