Add "numberingSystem" to resolvedOptions() (#2011)

This commit is contained in:
Frank Yung-Fong Tang 2019-01-28 07:59:54 -08:00 committed by Leo Balter
parent b337eaf7c7
commit 5eab51827b
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ const expected = [
"locale",
"style",
"numeric",
"numberingSystem",
];
assert.compareArray(Object.getOwnPropertyNames(options), expected);