File tree Expand file tree Collapse file tree 3 files changed +91
-618
lines changed
Expand file tree Collapse file tree 3 files changed +91
-618
lines changed Original file line number Diff line number Diff line change 5454 "decache" : " ^4.5.1" ,
5555 "ethereum-waffle" : " ^3.4.0" ,
5656 "ethers" : " ^5.5.3" ,
57- "hardhat" : " ^2.19.5 " ,
57+ "hardhat" : " ^2.22.2 " ,
5858 "hardhat-gas-reporter" : " ^1.0.1" ,
5959 "nyc" : " ^14.1.1" ,
6060 "solc" : " 0.8.24"
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ const { createProvider } = require("hardhat/internal/core/providers/construction
22const { resolveConfig } = require ( "hardhat/internal/core/config/config-resolution" ) ;
33const { HARDHAT_NETWORK_NAME } = require ( "hardhat/plugins" )
44
5- // Creates a shared, minimal HH provider for use in the unit tests
5+ // Creates a minimal HH provider for use in the unit tests
66exports . mochaHooks = {
7- beforeAll : async function ( ) {
7+ beforeEach : async function ( ) {
88 const config = await resolveConfig ( "./" , { } ) ;
99 this . provider = await createProvider (
1010 config ,
You can’t perform that action at this time.
0 commit comments