Skip to content

Commit 3f2c24f

Browse files
committed
Accept new baselines
1 parent 8d4f369 commit 3f2c24f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/baselines/reference/intlNumberFormatES2020.types

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const { currency, currencySign } = new Intl.NumberFormat('en-NZ', { style: 'curr
101101
const { unit, unitDisplay } = new Intl.NumberFormat('en-NZ', { style: 'unit', unit: 'kilogram', unitDisplay: 'narrow' }).resolvedOptions();
102102
>unit : string | undefined
103103
> : ^^^^^^^^^^^^^^^^^^
104-
>unitDisplay : "short" | "long" | "narrow" | undefined
104+
>unitDisplay : "narrow" | "short" | "long" | undefined
105105
> : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
106106
>new Intl.NumberFormat('en-NZ', { style: 'unit', unit: 'kilogram', unitDisplay: 'narrow' }).resolvedOptions() : Intl.ResolvedNumberFormatOptions
107107
> : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)