Fix all ui tests

This commit is contained in:
viktorstrate
2021-07-15 13:59:04 +02:00
parent 2442ad96ba
commit 907d21e78d
7 changed files with 18 additions and 116 deletions

View File

@@ -43,7 +43,7 @@
"url-join": "^4.0.1"
},
"scripts": {
"start": "craco start",
"start": "BROWSER=none craco start",
"build": "craco build",
"test": "npm run lint && npm run jest -- --watchAll=false",
"test:ci": "npm run lint && npm run jest:ci",