hardhat-starter-kit
hardhat-starter-kit copied to clipboard
Add evm_mine to Keepers tests
I think you should add the line await network.provider.send("evm_mine");
below evm_increaseTime, on the typescript keepers test file.
Or at least that's what I had to do on my local file to make the time increase have any real effect.
Reference: https://ethereum.stackexchange.com/questions/86633/time-dependent-tests-with-hardhat
Ohhhh!! Yes! Great issue. Labeled as good first issue.
Is this still open? (I sent a PR)