[misc] bump the dev-env to 3.3.1

This commit is contained in:
Jakob Ackermann
2020-08-06 12:39:58 +01:00
parent fc389af7d6
commit bd5cb98517
11 changed files with 108 additions and 184 deletions

View File

@@ -11,6 +11,7 @@ services:
command: npm run test:unit:_run
environment:
NODE_ENV: test
NODE_OPTIONS: "--unhandled-rejections=strict"
test_acceptance:
@@ -23,6 +24,7 @@ services:
POSTGRES_HOST: postgres
MOCHA_GREP: ${MOCHA_GREP}
NODE_ENV: test
NODE_OPTIONS: "--unhandled-rejections=strict"
depends_on:
mongo:
condition: service_healthy