Skip to content

Commit

Permalink
chore: update scripts to ignore fuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
justingreenberg committed Nov 21, 2023
1 parent 0bde90b commit d0fc183
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
. "$(dirname -- "$0")/_/husky.sh"

forge fmt --check
forge snapshot --diff --no-match-test /^testFuzz/g
forge snapshot --diff --no-match-path "*fuzz*"

git add .gas-snapshot
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
},
"scripts": {
"prepare": "husky install",
"snapshot": "forge snapshot --diff --no-match-test /^testFuzz/g"
"snapshot": "forge snapshot --diff --no-match-path *fuzz*"
}
}

0 comments on commit d0fc183

Please sign in to comment.