Skip to content

Commit

Permalink
chore: Suspress concole logging messages in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas-Man committed Mar 25, 2024
1 parent 2967989 commit e1fb1b7
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 @@ -9,7 +9,7 @@
"format": "prettier --write dist/",
"postbuild": "npm run format",
"upload": "npx clasp push",
"test": "NODE_OPTIONS='--experimental-vm-modules' jest"
"test": "NODE_OPTIONS='--experimental-vm-modules' jest --silent"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e1fb1b7

Please sign in to comment.