Skip to content

Commit

Permalink
e2e-test: log testcontainers debug
Browse files Browse the repository at this point in the history
  • Loading branch information
djm2k committed Jul 22, 2024
1 parent 605c5e8 commit e63c44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "node app",
"lint": "eslint . --max-warnings 0",
"build": "tsc",
"e2e-test": "NODE_ENV=test yarn node --experimental-vm-modules --no-warnings=ExperimentalWarning $(yarn bin jest) ./docker/tests --detectOpenHandles --forceExit --config {}",
"e2e-test": "DEBUG=testcontainers* NODE_ENV=test yarn node --experimental-vm-modules --no-warnings=ExperimentalWarning $(yarn bin jest) ./docker/tests --detectOpenHandles --forceExit --config {}",
"test": "NODE_ENV=test NODE_OPTIONS='--experimental-vm-modules --no-warnings=ExperimentalWarning --trace-warnings' jest --coverage",
"types": "tsc --noEmit --incremental",
"verify": "yarn lint && yarn types",
Expand Down

0 comments on commit e63c44c

Please sign in to comment.