fix/additional data #2918
Annotations
2 errors
Run npm run test:coverage:
packages/serialization/json/test/common/jsonSerializationWriter.ts#L59
AssertionError: expected { testCollection: [ '2', '3' ], …(4) } to deeply equal { testCollection: [ '2', '3' ], …(4) }
- Expected
+ Received
{
"testCollection": [
"2",
"3",
],
"testComplexString": "A more \"complex\" string with
linebreaks and 'weird' characters",
- "testDate": "2025-03-11T19:19:19.959Z",
+ "testDate": 2025-03-11T19:19:19.959Z,
"testObject": {
"additionalData": {
"testObjectName": "str",
"testObjectProp": {
"someValue": 123,
},
},
},
"testString": "test",
}
❯ test/common/jsonSerializationWriter.ts:59:10
|
Run npm run test:coverage
Process completed with exit code 1.
|
Loading