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

4
vitest.config.ts Normal file
View file

@ -0,0 +1,4 @@
import { defineVitestConfig } from "@nuxt/test-utils/config";
export default defineVitestConfig({
})