Skip to content

Commit

Permalink
contracts: don't run hardhat tests with --verbose
Browse files Browse the repository at this point in the history
This avoids much noise
  • Loading branch information
CedarMist committed Oct 28, 2024
1 parent 02c3797 commit d09a36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"format::prettier": "prettier --write --plugin-search-dir=. '*.json' '**/*.ts' '**/*.sol'",
"format": "npm-run-all format:**",
"build": "hardhat compile",
"test": "hardhat test --network sapphire-localnet --verbose"
"test": "hardhat test --network sapphire-localnet"
},
"files": [
"contracts"
Expand Down

0 comments on commit d09a36d

Please sign in to comment.