diff options
Diffstat (limited to 'frontend-vanilla/package.json')
| -rw-r--r-- | frontend-vanilla/package.json | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/frontend-vanilla/package.json b/frontend-vanilla/package.json index ee57be1..65e19b2 100644 --- a/frontend-vanilla/package.json +++ b/frontend-vanilla/package.json @@ -6,10 +6,15 @@ "scripts": { "dev": "vite", "build": "tsc && vite build", - "preview": "vite preview" + "preview": "vite preview", + "test": "vitest" }, "devDependencies": { + "@testing-library/dom": "^10.4.1", + "@testing-library/jest-dom": "^6.9.1", + "jsdom": "^28.1.0", "typescript": "~5.9.3", - "vite": "^7.3.1" + "vite": "^7.3.1", + "vitest": "^4.0.18" } -} +}
\ No newline at end of file |
