tests: update cjs tests to use require
This commit is contained in:
parent
f701f390cc
commit
8fcbd9cac4
@ -1,4 +1,4 @@
|
||||
import { ethers } from "ethers";
|
||||
const { ethers } = require("ethers");
|
||||
|
||||
console.log("Version:", ethers.version);
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { ethers } from "ethers";
|
||||
const { ethers } = require("ethers");
|
||||
|
||||
console.log("Version:", ethers.version);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user