fix(crush): support dot in property name #13
Annotations
2 errors
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
|
|
This job failed
Loading