Fix tests

This commit is contained in:
Aarni Halinen
2021-01-15 18:32:32 +02:00
parent 079b390fe1
commit 2189241c65
3 changed files with 6 additions and 4 deletions
+2 -2
View File
@@ -31,8 +31,8 @@
"test": "npm run test:e2e:verbose",
"test:e2e": "npm-run-all -p -r serve testcafe",
"test:e2e:verbose": "npm-run-all -p -r serve testcafe:verbose",
"testcafe": "testcafe -S -s 'e2e-screenshots' --app-init-delay 2000 chrome:headless tests/testcafe",
"testcafe:verbose": "testcafe -S -s 'e2e-screenshots' --app-init-delay 2000 chrome tests/testcafe"
"testcafe": "testcafe --skip-js-errors -S -s 'e2e-screenshots' --app-init-delay 2000 chrome:headless tests/testcafe",
"testcafe:verbose": "testcafe --skip-js-errors -S -s 'e2e-screenshots' --app-init-delay 2000 chrome tests/testcafe"
},
"husky": {
"hooks": {