Upgrade dependencies #588
Annotations
4 errors
Dates & times › when Intl.DateTimeFormat is unsupported › should format a time:
src/lib/date-time-format/tests/unsupported-intl-api.spec.ts#L41
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `Dates & times when Intl.DateTimeFormat is unsupported should format a time 1`
Snapshot: "12:00:00 AM"
Received: "12:00:00 AM"
at Object.<anonymous> (lib/date-time-format/tests/unsupported-intl-api.spec.ts:41:22)
|
Dates & times › when Intl.DateTimeFormat is unsupported › should format a date time:
src/lib/date-time-format/tests/unsupported-intl-api.spec.ts#L49
expect(received).toMatchInlineSnapshot(snapshot)
Snapshot name: `Dates & times when Intl.DateTimeFormat is unsupported should format a date time 1`
Snapshot: "12/31/1899, 12:00:00 AM"
Received: "12/31/1899, 12:00:00 AM"
at Object.<anonymous> (lib/date-time-format/tests/unsupported-intl-api.spec.ts:49:22)
|
Dates & times › when Intl.DateTimeFormat is unsupported › should format a date time to a single literal part:
src/lib/date-time-format/tests/unsupported-intl-api.spec.ts#L56
expect(received).toHaveProperty(path, value)
Expected path: "value"
Expected value: "12/31/1899, 12:00:00 AM"
Received value: "12/31/1899, 12:00:00 AM"
at Object.<anonymous> (lib/date-time-format/tests/unsupported-intl-api.spec.ts:56:24)
|
ci
Process completed with exit code 1.
|