From 5c27216117002b6104d4e6fcb8b05f6b75ed139d Mon Sep 17 00:00:00 2001 From: weboko Date: Fri, 20 Jan 2023 01:04:25 +0100 Subject: [PATCH] use direct path to js file --- src/rln_contract.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rln_contract.spec.ts b/src/rln_contract.spec.ts index 1536c9c..3901538 100644 --- a/src/rln_contract.spec.ts +++ b/src/rln_contract.spec.ts @@ -1,6 +1,6 @@ import chai from "chai"; import spies from "chai-spies"; -import ethers from "ethers"; +import ethers from "ethers/lib/index.js"; import * as rln from "./index.js";