Support Iroha 2.0.0-rc.1
+ move to Deno & JSR
#18
Annotations
2 errors
packages/core/test/misc.spec.ts > JSON/string serialisation > Timestamp serialises as ISO string:
packages/core/test/misc.spec.ts#L61
Error: Snapshot `JSON/string serialisation > Timestamp serialises as ISO string 1` mismatched
- Expected
+ Received
{
- "timestamp": "1022-11-09T14:41:01.000Z",
+ "timestamp": "1022-11-10T00:00:00.000Z",
}
❯ packages/core/test/misc.spec.ts:61:74
|
check
Process completed with exit code 1.
|