Add dom testing

This commit is contained in:
Sidharth Vinod
2022-07-06 13:01:59 +05:30
parent 1c6371cb8c
commit e04bb15c35
15 changed files with 198 additions and 12 deletions
+2
View File
@@ -8,6 +8,8 @@
"static/**/*.js"
],
"compilerOptions": {
"lib": ["ESNext", "dom"],
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"types": ["vitest/importMeta"]
},