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 configurations
Vertigo currently looks for
hardhat.config.jswhen 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 configurations