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
Vertigo currently looks for hardhat.config.js when it's doing mutation testing on hardhat projects.
hardhat.config.js
Hardhat actually allows you to use custom configuration names, so, Vertigo will need that too.
Let's add --hardhat-config <config_file> to allow users to provide custom configurations
--hardhat-config <config_file>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Vertigo currently looks for
hardhat.config.js
when it's doing mutation testing on hardhat projects.Hardhat actually allows you to use custom configuration names, so, Vertigo will need that too.
Let's add
--hardhat-config <config_file>
to allow users to provide custom configurationsThe text was updated successfully, but these errors were encountered: