Skip to content

Commit

Permalink
fix: ensure tests always give full output
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMissEm committed May 20, 2022
1 parent 601d2bc commit 9e7787b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
// By default we only run unit tests:
"e2e/*",
],
reporters: ["default"],
collectCoverage: true,
coverageReporters: ["text"],
coverageThreshold: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prepublishOnly": "npm run build",
"publish": "lerna publish",
"publish-preview": "lerna publish from-package",
"test": "lerna run --no-bail --ignore e2e-browser test",
"test": "lerna run --stream --concurrency=1 --no-prefix --no-bail --ignore e2e-browser test",
"test:e2e:node": "jest --config jest.e2e.config.js",
"test:e2e:browser": "cd e2e/browser && npm test",
"lerna-version": "lerna version",
Expand Down

0 comments on commit 9e7787b

Please sign in to comment.