vertigo icon indicating copy to clipboard operation
vertigo copied to clipboard

Hardhat custom configurations

Open JoranHonig opened this issue 4 years ago • 0 comments

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

JoranHonig avatar Feb 01 '21 20:02 JoranHonig