smartcontractkit / hardhat-starter-kit

A repo for boilerplate code for testing, deploying, and shipping chainlink solidity code.
MIT License
1.21k stars 491 forks source link

Add evm_mine call to the KeepersCounter unit test on JavaScript branch #122

Closed andrejrakic closed 2 years ago

andrejrakic commented 2 years ago

Description

Added evm_mine call after evm_increaseTime to the KeepersCounter unit test on a JavaScript (main) branch. The same this was done for the TypeScript branch in #118

Related issues