Skip to content

Commit

Permalink
silent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus-D-Forte committed Jun 23, 2023
1 parent 3d414e2 commit 370ed9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "nodemon src/Main.ts -e ts",
"prod": "NODE_ENV=production node dist/src/Main.js",
"format": "prettier --write .",
"test": "jest"
"test": "jest --silent"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 370ed9d

Please sign in to comment.