You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am integrating squadswap v3, and I get the following two errors while testing. I pass the e2e test completely successfully. Can you help me with these errors?
`yarn run v1.22.19
$ ts-node scripts/dex-integration.ts test squadswap-v3
FAIL src/dex/squadswap-v3/squadswap-v3-integration.test.ts
● Test suite failed to run
TypeError: Do not know how to serialize a BigInt
at stringify (<anonymous>)
at messageParent (node_modules/jest-worker/build/workers/messageParent.js:29:19)
FAIL src/dex/squadswap-v3/squadswap-v3-events.test.ts
● Test suite failed to run
TypeError: Do not know how to serialize a BigInt
at stringify (<anonymous>)
at messageParent (node_modules/jest-worker/build/workers/messageParent.js:29:19)`
The text was updated successfully, but these errors were encountered:
I am integrating squadswap v3, and I get the following two errors while testing. I pass the e2e test completely successfully. Can you help me with these errors?
`yarn run v1.22.19
$ ts-node scripts/dex-integration.ts test squadswap-v3
FAIL src/dex/squadswap-v3/squadswap-v3-integration.test.ts
● Test suite failed to run
FAIL src/dex/squadswap-v3/squadswap-v3-events.test.ts
● Test suite failed to run
The text was updated successfully, but these errors were encountered: