Add vitest

This commit is contained in:
Sidharth Vinod
2022-07-06 12:17:37 +05:30
parent bb536e9c36
commit 1c6371cb8c
7 changed files with 1168 additions and 43 deletions
+2 -1
View File
@@ -8,7 +8,8 @@
"static/**/*.js"
],
"compilerOptions": {
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"types": ["vitest/importMeta"]
},
"extends": "./.svelte-kit/tsconfig.json"
}