Update Intl tests to recognize microsecond and nanosecond as sanctioned

These were added to the list of sanctioned units in a normative change:
https://github.com/tc39/ecma402/commit/f627573
This commit is contained in:
Timothy Flynn 2022-11-04 14:50:15 -04:00 committed by Philip Chimento
parent 5d8ebdff05
commit f6c48f333e
2 changed files with 2 additions and 2 deletions

View File

@ -2321,6 +2321,7 @@ function allSimpleSanctionedUnits() {
"megabit",
"megabyte",
"meter",
"microsecond",
"mile",
"mile-scandinavian",
"milliliter",
@ -2328,6 +2329,7 @@ function allSimpleSanctionedUnits() {
"millisecond",
"minute",
"month",
"nanosecond",
"ounce",
"percent",
"petabyte",

View File

@ -61,7 +61,6 @@ const units = [
"metric-ton",
"microgram",
"micrometer",
"microsecond",
"milliampere",
"millibar",
"milligram",
@ -69,7 +68,6 @@ const units = [
"milliwatt",
"month-person",
"nanometer",
"nanosecond",
"nautical-mile",
"ohm",
"ounce-troy",