set minimumFractionDigits: 1 to testing of 250

This commit is contained in:
Frank Yung-Fong Tang 2022-01-06 11:17:30 -08:00 committed by Rick Waldron
parent 2d52f74d97
commit a8e89964b4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ var numberingSystems = ['arab', 'latn', 'thai', 'hanidec'];
testNumberFormat(
locales,
numberingSystems,
{roundingIncrement: 250, maximumFractionDigits: 3},
{roundingIncrement: 250, maximumFractionDigits: 3, minimumFractionDigits: 1},
{
'1.2500': '1.25',
'1.3125': '1.25',