initial start with tests

This commit is contained in:
Chris Kruining 2024-11-05 16:15:09 +01:00
parent b8e3a76768
commit 5af8fee981
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
5 changed files with 41 additions and 2 deletions

View file

@ -18,12 +18,18 @@
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"version": "vinxi version"
"version": "vinxi version",
"test": "vitest"
},
"type": "module",
"devDependencies": {
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"@types/wicg-file-system-access": "^2023.10.5",
"jsdom": "^25.0.1",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^2.1.4",
"workbox-window": "^7.3.0"
}
}