mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 23:45:59 +00:00
integration tests WIP
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
"author": "Jan Prochazka",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"prepare": "cross-env DEVMODE=1 node prepare.js",
|
||||
"wait": "cross-env DEVMODE=1 node wait.js",
|
||||
"test": "cross-env DEVMODE=1 jest --runInBand",
|
||||
"start": "docker-compose down && docker-compose up -d && node wait.js && yarn prepare && yarn test"
|
||||
"run:all": "docker-compose down && docker-compose up -d && yarn wait && yarn test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.3",
|
||||
|
||||
Reference in New Issue
Block a user