Setup vitest

Done according to https://nuxt.com/docs/getting-started/testing
This commit is contained in:
Hornwitser 2025-06-12 21:38:47 +02:00
parent 75abd82f81
commit aa52a6c651
4 changed files with 537 additions and 1 deletions

View file

@ -27,7 +27,10 @@
]
},
"devDependencies": {
"@nuxt/test-utils": "^3.19.1",
"@types/luxon": "^3.4.2",
"@types/web-push": "^3.6.4"
"@types/web-push": "^3.6.4",
"happy-dom": "^17.6.3",
"vitest": "^3.2.3"
}
}