Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: Do not know how to serialize a BigInt Error #744

Open
muzman01 opened this issue Jul 25, 2024 · 0 comments
Open

TypeError: Do not know how to serialize a BigInt Error #744

muzman01 opened this issue Jul 25, 2024 · 0 comments

Comments

@muzman01
Copy link

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)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant