feat(test): Add cypress for testing

This commit is contained in:
Braks
2021-11-27 16:53:24 +01:00
committed by GitHub
parent 43b68c1699
commit 796c60431f
15 changed files with 1120 additions and 124 deletions
+3 -2
View File
@@ -20,7 +20,8 @@
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"types": [
"vite/client"
"vite/client",
"cypress"
],
"paths": {
"~/*": [
@@ -32,7 +33,7 @@
{ "transform": "typescript-transform-paths", "afterDeclarations": true }
]
},
"include": ["src"],
"include": ["src", "cypress/**/*.spec.ts"],
"exclude": [
"node_modules",
"build",