Skip to content

Commit

Permalink
fix: add fork url to script test command
Browse files Browse the repository at this point in the history
  • Loading branch information
zkfriendly committed Dec 19, 2024
1 parent c1e50b1 commit 68b7b1d
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 @@ -26,7 +26,7 @@
"test:safe-recovery-command-handler": "ACCOUNT_TYPE=SAFE COMMAND_HANDLER_TYPE=2 forge test --match-path \"test/**/*.sol\"",
"test:all": "pnpm test:email-recovery-command-handler && pnpm test:address-hiding-command-handler && pnpm test:safe-recovery-command-handler",
"test:all-safe": "pnpm test:safe-email-recovery-command-handler && pnpm test:safe-address-hiding-command-handler && pnpm test:safe-recovery-command-handler",
"test:script": "forge test --match-path script/test/**/*.sol --threads 1",
"test:script": "forge test --match-path script/test/**/*.sol --threads 1 --fork-url https://sepolia.base.org",
"test:lite": "FOUNDRY_PROFILE=lite forge test",
"test:optimized": "pnpm run build:optimized && FOUNDRY_PROFILE=test-optimized forge test"
},
Expand Down

0 comments on commit 68b7b1d

Please sign in to comment.