fix: auto refresh app on db crash #3636
Annotations
4 errors
src/features/labels/Ago.test.ts > formatRelative Function > should format one year and two months ago correctly in ultrashort format:
src/features/labels/Ago.test.ts#L111
AssertionError: expected '1.1y' to be '1.2y' // Object.is equality
Expected: "1.2y"
Received: "1.1y"
❯ src/features/labels/Ago.test.ts:111:22
|
src/features/labels/Ago.test.ts > formatRelative Function > should format one year and two months ago correctly in short format:
src/features/labels/Ago.test.ts#L116
AssertionError: expected '1y 1mo' to be '1y 2mo' // Object.is equality
Expected: "1y 2mo"
Received: "1y 1mo"
❯ src/features/labels/Ago.test.ts:116:22
|
src/features/labels/Ago.test.ts > formatRelative Function > should format one year and two months ago correctly in verbose format:
src/features/labels/Ago.test.ts#L121
AssertionError: expected '1 year, 1 month' to be '1 year, 2 months' // Object.is equality
Expected: "1 year, 2 months"
Received: "1 year, 1 month"
❯ src/features/labels/Ago.test.ts:121:22
|
ci
Process completed with exit code 1.
|