1
0
Fork 0

Fix e2e tests

This commit is contained in:
Chocobozzz 2020-01-23 14:23:19 +01:00
parent 89566f77fd
commit 44d4ee4fcb
No known key found for this signature in database
GPG key ID: 583A612D890159BE
8 changed files with 95 additions and 19 deletions

View file

@ -11,4 +11,4 @@ npm run clean:server:test
npm run concurrently -- -k -s first \
"cd client && npm run ng -- e2e --port 3333 -c local" \
"NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' npm start"
"NODE_ENV=test NODE_APP_INSTANCE=1 NODE_CONFIG='{ \"log\": { \"level\": \"warning\" } }' node dist/server"