refactor(tests): Upgrade to cypress 10

This commit is contained in:
braks
2022-10-07 22:55:38 +02:00
committed by Braks
parent 09476f061b
commit 8928eb899b
18 changed files with 310 additions and 291 deletions
+7 -4
View File
@@ -3,7 +3,10 @@
"baseUrl": ".",
"module": "ESNext",
"target": "es2017",
"lib": ["DOM", "ESNext"],
"lib": [
"DOM",
"ESNext"
],
"noEmit": true,
"declaration": false,
"strict": true,
@@ -15,8 +18,8 @@
"noUnusedLocals": false,
"strictNullChecks": true,
"forceConsistentCasingInFileNames": true,
"types": ["vite/client"]
"types": [
"vite/client"
],
},
"include": ["cypress"],
"exclude": ["node_modules"]
}