diff --git a/main/integration-tests/package.json b/main/integration-tests/package.json index 8815f21bcb..661135ba48 100644 --- a/main/integration-tests/package.json +++ b/main/integration-tests/package.json @@ -6,7 +6,7 @@ "author": "Amazon Web Services", "license": "Apache-2.0", "scripts": { - "intTest": "NODE_ENV=test jest --config jest.config.js --passWithNoTests --runInBand", + "intTest": "NODE_ENV=test jest --config jest.config.js --passWithNoTests --runInBand --verbose", "intTestWatch": "NODE_ENV=test jest --config jest.config.js --passWithNoTests --watchAll", "lint": "pnpm run lint:eslint && pnpm run lint:prettier", "lint:eslint": "eslint --ignore-path .gitignore . ",