We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.0-next.23
types should be generated only for contracts and not for the solidity test files
types
Run npx hardhat test. The types will be generated for the Solidity test file, overriding the previously generated contract types.
npx hardhat test
No response
The text was updated successfully, but these errors were encountered:
ChristopherDedominici
Successfully merging a pull request may close this issue.
Version of Hardhat
3.0.0-next.23
What happened?
types
should be generated only for contracts and not for the solidity test filesMinimal reproduction steps
Run
npx hardhat test
. Thetypes
will be generated for the Solidity test file, overriding the previously generated contract types.Search terms
No response
The text was updated successfully, but these errors were encountered: