fix/additional data #2918
Annotations
3 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:28.882Z",
+ "testDate": 2025-03-11T19:19:28.882Z,
"testObject": {
"additionalData": {
"testObjectName": "str",
"testObjectProp": {
"someValue": 123,
},
},
},
"testString": "test",
}
❯ test/common/jsonSerializationWriter.ts:59:10
|
Run npm run test:coverage
The operation was canceled.
|
Loading