Skip to content
This repository has been archived by the owner on Jan 9, 2022. It is now read-only.

Commit

Permalink
Setting up chai is actually done under the hood by hardhat-waffle
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor committed Mar 19, 2021
1 parent 8907600 commit 9ff4d8e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/counter.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { ethers, waffle } from "hardhat";
import { ethers} from "hardhat";
import chai from "chai";
import chaiAsPromised from "chai-as-promised";
import { Counter__factory, Counter } from "../typechain";

chai.use(waffle.solidity);
chai.use(chaiAsPromised);
const { expect } = chai;

Expand Down

0 comments on commit 9ff4d8e

Please sign in to comment.