Skip to content

refactor: update number formatting types #60

refactor: update number formatting types

refactor: update number formatting types #60

Triggered via push August 1, 2024 05:56
Status Failure
Total duration 2m 4s
Artifacts

checks.yml

on: push
Matrix: test / test_linux
Matrix: test / test_windows
Fit to window
Zoom out
Zoom in

Annotations

5 errors
typecheck / typecheck: tests/icu_message_formatter.spec.ts#L25
No overload matches this call.
typecheck / typecheck: tests/values_formatter.spec.ts#L18
Argument of type '{ style: "unit"; unit: string; unitDisplay: "long"; }' is not assignable to parameter of type 'NumberFormatOptions'.
typecheck / typecheck: tests/values_formatter.spec.ts#L22
Argument of type '{ style: "unit"; unit: string; unitDisplay: "short"; }' is not assignable to parameter of type 'NumberFormatOptions'.
typecheck / typecheck: tests/values_formatter.spec.ts#L30
Argument of type '{ currency: string; currencyDisplay: "name"; }' is not assignable to parameter of type 'CurrencyFormatOptions'.
typecheck / typecheck
Process completed with exit code 2.