Skip to content

feat(ui): full conversion to typescript, including build #22

feat(ui): full conversion to typescript, including build

feat(ui): full conversion to typescript, including build #22

Triggered via push February 2, 2025 11:19
Status Failure
Total duration 2m 36s
Artifacts

run-vitest.yml

on: push
Matrix: Run Vitest
Fit to window
Zoom out
Zoom in

Annotations

7 errors
packages/ui/test/isLeapYear.spec.ts > [TIMESTAMP] isLeapYear > 2020 is a Leap Year: packages/ui/test/isLeapYear.spec.ts#L6
TypeError: isLeapYear is not a function ❯ packages/ui/test/isLeapYear.spec.ts:6:29
packages/ui/test/isLeapYear.spec.ts > [TIMESTAMP] isLeapYear > 2019 is NOT a Leap Year: packages/ui/test/isLeapYear.spec.ts#L11
TypeError: isLeapYear is not a function ❯ packages/ui/test/isLeapYear.spec.ts:11:29
packages/ui/test/isLeapYear.spec.ts > [TIMESTAMP] isLeapYear > 2000 is a Leap Year: packages/ui/test/isLeapYear.spec.ts#L16
TypeError: isLeapYear is not a function ❯ packages/ui/test/isLeapYear.spec.ts:16:29
packages/ui/test/isLeapYear.spec.ts > [TIMESTAMP] isLeapYear > 2100 is NOT a Leap Year: packages/ui/test/isLeapYear.spec.ts#L21
TypeError: isLeapYear is not a function ❯ packages/ui/test/isLeapYear.spec.ts:21:29
packages/ui/test/updateDayOfYear.spec.ts > [TIMESTAMP] updateDayOfYear > updateDayOfYear invalid: packages/ui/test/updateDayOfYear.spec.ts#L27
AssertionError: expected +0 to be undefined // Object.is equality - Expected: undefined + Received: 0 ❯ packages/ui/test/updateDayOfYear.spec.ts:27:23
packages/ui/test/validateNumber.spec.ts > [TIMESTAMP] validateNumber > validateNumber true ('2020-01-01'): packages/ui/test/validateNumber.spec.ts#L13
AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ packages/ui/test/validateNumber.spec.ts:13:19
Run Vitest (20)
Process completed with exit code 1.