Skip to content
This repository has been archived by the owner on Oct 21, 2020. It is now read-only.

Commit

Permalink
feat: increase verbosity of Jest (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojongerius authored and Bouncey committed May 1, 2018
1 parent afaf0fa commit b6ded55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"snyk-test": "snyk test",
"start":
"cross-env DEBUG=fcc:* nodemon node_modules/serverless/bin/serverless offline start --skipCacheInvalidation",
"test": "cross-env JWT_CERT=test jest",
"test-ci": "cross-env JWT_CERT=test jest --runInBand"
"test": "cross-env JWT_CERT=test jest --verbose",
"test-ci": "cross-env JWT_CERT=test jest --runInBand --verbose"
},
"config": {
"commitizen": {
Expand Down

0 comments on commit b6ded55

Please sign in to comment.