try to connect

This commit is contained in:
Jan Prochazka
2021-05-27 12:38:27 +02:00
parent 9dbe73d9c3
commit f45969f5d3
3 changed files with 74 additions and 74 deletions

View File

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