Skip to content

Commit ddac1c5

Browse files
committed
remove default import for money-legos
1 parent 811cb00 commit ddac1c5

File tree

3 files changed

+157
-83
lines changed

3 files changed

+157
-83
lines changed

index.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const startChain = async () => {
2323
}
2424

2525
jest.setTimeout(100000)
26-
const uniswap = require("@studydefi/money-legos/uniswap").default
27-
const erc20 = require("@studydefi/money-legos/erc20").default
26+
const uniswap = require("@studydefi/money-legos/uniswap")
27+
const erc20 = require("@studydefi/money-legos/erc20")
2828

2929
describe("do some tests", () => {
3030
let wallet

0 commit comments

Comments
 (0)