Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
feat: verbose integ test log (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanketD92 authored Mar 3, 2021
1 parent ca44dba commit 814b9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 . ",
Expand Down

0 comments on commit 814b9b4

Please sign in to comment.