Skip to content

fix(crush): support dot in property name #13

fix(crush): support dot in property name

fix(crush): support dot in property name #13

Triggered via pull request June 26, 2024 00:26
Status Failure
Total duration 36s
Artifacts

test-on-pr.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

8 errors
src/object/tests/crush.test.ts > crush function > handles property names with dots: src/object/tests/crush.test.ts#L40
AssertionError: expected { 'a.b.c': undefined } to deeply equal { 'a.b.c': 'value' } - Expected + Received Object { - "a.b.c": "value", + "a.b.c": undefined, } ❯ src/object/tests/crush.test.ts:40:26
Test (22.x)
Process completed with exit code 1.
Test (18.x)
The job was canceled because "_22_x" failed.
src/object/tests/crush.test.ts > crush function > handles property names with dots: src/object/tests/crush.test.ts#L40
AssertionError: expected { 'a.b.c': undefined } to deeply equal { 'a.b.c': 'value' } - Expected + Received Object { - "a.b.c": "value", + "a.b.c": undefined, } ❯ src/object/tests/crush.test.ts:40:26
Test (18.x)
Process completed with exit code 1.
Test (20.x)
The job was canceled because "_22_x" failed.
src/object/tests/crush.test.ts > crush function > handles property names with dots: src/object/tests/crush.test.ts#L40
AssertionError: expected { 'a.b.c': undefined } to deeply equal { 'a.b.c': 'value' } - Expected + Received Object { - "a.b.c": "value", + "a.b.c": undefined, } ❯ src/object/tests/crush.test.ts:40:26
Test (20.x)
Process completed with exit code 1.