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:1703) 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/provable/test/provable.test.ts Provable ✓ Provable.if out of snark (4 ms) ✓ Provable.if in snark (872 ms) ✓ Provable.switch picks the right value (1 ms) ✓ Provable.switch returns 0 if the mask has only false elements ✓ Provable.switch throws when mask has >1 true elements (2 ms) ✓ Provable.assertEqual (812 ms) ✓ Provable.equal (17 ms) ✓ can serialize Struct with array (1 ms) ✓ can serialize nested Struct (1 ms) Test Suites: 1 passed, 1 total Tests: 9 passed, 9 total Snapshots: 0 total Time: 5.028 s, estimated 8 s Ran all test suites matching /src\/lib\/provable\/test\/provable.test.ts/i. [ perf record: Woken up 306 times to write data ] [ perf record: Captured and wrote 78.674 MB src/lib/provable/test/provable.test.ts.perf.data (9714 samples) ]