fix(crush): support dot in property name #13
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.
|