client: initial integration tests

This commit is contained in:
Jesse Chan
2020-10-18 21:50:49 +08:00
parent ae536b4b75
commit f0daebbf41
15 changed files with 1396 additions and 189 deletions

9
cypress/tsconfig.json Normal file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["es5", "dom"],
"types": ["cypress"]
},
"include": ["**/*.ts"],
"resolveJsonModule": true
}