Skip to content
New issue

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

[Typechain] generate types only for contracts and not test files #6392

Open
ChristopherDedominici opened this issue Feb 21, 2025 · 0 comments · May be fixed by #6400
Open

[Typechain] generate types only for contracts and not test files #6392

ChristopherDedominici opened this issue Feb 21, 2025 · 0 comments · May be fixed by #6400
Assignees
Labels
v-next A Hardhat v3 development task

Comments

@ChristopherDedominici
Copy link
Contributor

Version of Hardhat

3.0.0-next.23

What happened?

types should be generated only for contracts and not for the solidity test files

Minimal reproduction steps

Run npx hardhat test. The types will be generated for the Solidity test file, overriding the previously generated contract types.

Search terms

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v-next A Hardhat v3 development task
Projects
Status: In Review
Development

Successfully merging a pull request may close this issue.

2 participants