try generic import

This commit is contained in:
weboko 2023-01-20 21:57:03 +01:00
parent 932248b497
commit 0ff9ab2535
No known key found for this signature in database

View File

@ -1,6 +1,6 @@
import chai from "chai";
import spies from "chai-spies";
import ethers from "ethers/lib/index.js";
import * as ethers from "ethers";
import * as rln from "./index.js";