Skip to content

Commit

Permalink
Merge pull request #5900 from NomicFoundation/use-the-network-helpers…
Browse files Browse the repository at this point in the history
…-type

[mocha template] Use the NetworkHelpers type
  • Loading branch information
alcuadrado authored Oct 30, 2024
2 parents aea47ea + 00bb601 commit 5735efb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion v-next/hardhat/templates/mocha-ethers/test/Lock.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ import { expect } from "chai";
import "./setup.js";

import { HardhatEthers } from "@ignored/hardhat-vnext-ethers/types";
import { NetworkHelpers } from "@ignored/hardhat-vnext-network-helpers/types";

describe("Lock", function () {
let networkHelpers: any; // TODO: We need to export this type in @ignored/hardhat-vnext-network-helpers
let networkHelpers: NetworkHelpers;
let ethers: HardhatEthers;

before(async function () {
Expand Down

0 comments on commit 5735efb

Please sign in to comment.