Setup vitest
Done according to https://nuxt.com/docs/getting-started/testing
This commit is contained in:
parent
75abd82f81
commit
aa52a6c651
4 changed files with 537 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue