Test refactoring & adding

This commit is contained in:
David
2021-03-18 18:52:58 +01:00
parent a3ae493c25
commit 535f791455
9 changed files with 303 additions and 359 deletions

View File

@@ -24,6 +24,7 @@
"**/*.tsx"
],
"exclude": [
"node_modules"
"node_modules",
"cypress"
]
}