We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you run npx hardhat test solidity and use the same flags as in Foundry, we will throw an error, e.g.:
npx hardhat test solidity
HHE1201: File "-vvvv" is being resolved as a project file, but it doesn't exist.
We should consider this an opportunity to sign post the user to the equivalent Hardhat functionality.
-vvvv
The text was updated successfully, but these errors were encountered:
Message on usage of verbose foundry flag for solidity tests (#6444)
2107cbe
antico5
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
If you run
npx hardhat test solidity
and use the same flags as in Foundry, we will throw an error, e.g.:We should consider this an opportunity to sign post the user to the equivalent Hardhat functionality.
TODO
-vvvv
caseThe text was updated successfully, but these errors were encountered: