run in band on server

This commit is contained in:
Jan Prochazka 2021-05-27 13:46:09 +02:00
parent 84a67be272
commit f360ba7187

View File

@ -10,7 +10,7 @@
"license": "MIT",
"scripts": {
"wait:local": "cross-env DEVMODE=1 LOCALTEST=1 node wait.js",
"test": "cross-env DEVMODE=1 jest",
"test": "cross-env DEVMODE=1 jest --runInBand",
"test:local": "cross-env DEVMODE=1 LOCALTEST=1 jest",
"run:local": "docker-compose down && docker-compose up -d && yarn wait:local && yarn test:local"
},