diff --git a/packages/node/package.json b/packages/node/package.json index 9b31c2647..f14b590a6 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -7,7 +7,7 @@ "license": "MIT", "scripts": { "build": "rollup -c", - "test": "jest --setupFiles dotenv-extended/config --runInBand --bail --forceExit", + "test": "jest --setupFiles dotenv-extended/config --runInBand --bail --forceExit --verbose", "test:coverage": "jest --runInBand --detectOpenHandles --bail --coverage", "lint:fix": "tslint -c tslint.json -p . --fix", "lint": "tslint -c tslint.json -p ."