Skip to content

feat: implement dict hints primitives #280

feat: implement dict hints primitives

feat: implement dict hints primitives #280

Triggered via pull request July 23, 2024 17:56
Status Failure
Total duration 2m 27s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
error: expect(received).toEqual(expected): src/hints/dict/getSegmentArenaIndex.test.ts#L54
{ + dictEndptr: { - dict_end_ptr: { cell: { offset: 1, register: 1, }, type: "Deref", }, + dictIndex: { - dict_index: { offset: 2, register: 1, }, type: "GetSegmentArenaIndex", } - Expected - 2 + Received + 2 at /home/runner/work/cairo-vm-ts/cairo-vm-ts/src/hints/dict/getSegmentArenaIndex.test.ts:54:18
test
Process completed with exit code 1.
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/