ts-jest[ts-jest-transformer] (WARN) Define `ts-jest` config under `globals` is deprecated. Please do transform: { : ['ts-jest', { /* ts-jest config goes here in Jest */ }], }, See more at https://kulshekhar.github.io/ts-jest/docs/getting-started/presets#advanced (node:3440) ExperimentalWarning: VM Modules is an experimental feature and might change at any time (Use `node --trace-warnings ...` to show where the warning was created) PASS src/lib/mina/token.test.ts (182.268 s) Token Signature Authorization Token Contract Creation/Deployment ✓ correct token id can be derived with an existing token owner (566 ms) ✓ deployed token contract exists in the ledger (411 ms) ✓ setting a valid token symbol on a token contract (668 ms) Mint token ✓ token contract can successfully mint and updates the balances in the ledger (signature) (847 ms) ✓ minting should fail if overflow occurs (460 ms) Burn token ✓ token contract can successfully burn and updates the balances in the ledger (signature) (1271 ms) ✓ throw error if token owner burns more tokens than token account has (1204 ms) Transfer ✓ change the balance of a token account after sending (1287 ms) ✓ should error creating a token account if no account creation fee is specified (1160 ms) ✓ should error if sender sends more tokens than they have (1171 ms) Proof Authorization Token Contract Creation/Deployment ✓ should successfully deploy a token account under a contract (3672 ms) Mint token ✓ token contract can successfully mint and updates the balances in the ledger (proof) (58892 ms) Burn token ✓ token contract can successfully burn and updates the balances in the ledger (proof) (31442 ms) Transfer ✓ should approve and the balance of a token account after sending (60781 ms) ✓ should fail to approve with an incorrect layout (1369 ms) ✓ should reject tx if user bypasses the token contract by using an empty account update (1151 ms) Test Suites: 1 passed, 1 total Tests: 16 passed, 16 total Snapshots: 0 total Time: 182.32 s, estimated 187 s Ran all test suites matching /src\/lib\/mina\/token.test.ts/i. [ perf record: Woken up 13557 times to write data ] Warning: Processed 465941 events and lost 7 chunks! Check IO/CPU overload! [ perf record: Captured and wrote 3494.920 MB src/lib/mina/token.test.ts.perf.data (433970 samples) ]