|
@@ -2,7 +2,7 @@ import { artifacts, ethers, waffle } from "hardhat";
|
|
import type { Artifact } from "hardhat/types";
|
|
import type { Artifact } from "hardhat/types";
|
|
import type { SignerWithAddress } from "@nomiclabs/hardhat-ethers/dist/src/signer-with-address";
|
|
import type { SignerWithAddress } from "@nomiclabs/hardhat-ethers/dist/src/signer-with-address";
|
|
|
|
|
|
-import type { Greeter } from "../../types/Greeter";
|
|
|
|
|
|
+import type { Greeter } from "../../src/types/Greeter";
|
|
import { Signers } from "../types";
|
|
import { Signers } from "../types";
|
|
import { shouldBehaveLikeGreeter } from "./Greeter.behavior";
|
|
import { shouldBehaveLikeGreeter } from "./Greeter.behavior";
|
|
|
|
|