Skip to content

Commit

Permalink
jest verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrac committed Apr 18, 2024
1 parent 8c94bc0 commit d0af7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:ci": "cross-env NODE_ENV=test jest --ci"
"test:ci": "cross-env NODE_ENV=test jest --ci --verbose"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
Expand Down

0 comments on commit d0af7b0

Please sign in to comment.