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

Added evm_mine to Keepers tests #118

Closed adityabhattad2021 closed 2 years ago

adityabhattad2021 commented 2 years ago

Added the line await network.provider.send("evm_mine"); below evm_increaseTime, on the typescript keepers test file.

andrejrakic commented 2 years ago

Thanks for opening this one @adityabhattad2021. Fixes #95

adityabhattad2021 commented 2 years ago

Is there something needed to be done from my side? (actually I am newbie to open source)

andrejrakic commented 2 years ago

First of all, welcome to the open source contribution world, I am so excited that hardhat-starter-kit is gonna be your first open source project. At the moment no action is required from your side. The reviews will check your PR and either approve it & merge it, or provide feedback about some additional work. Thank you