Extract test login to own function

This commit is contained in:
Aarni Halinen
2021-01-12 23:16:44 +02:00
parent ba55756f3d
commit 5510250350
3 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -60,6 +60,6 @@
"include": [
"./src/**/*",
"./types/**/*",
"./tests/testcafe"
"./tests/testcafe/**/*"
],
}