mirror of https://github.com/tc39/test262.git
Add "numberingSystem" to resolvedOptions() (#2011)
This commit is contained in:
parent
b337eaf7c7
commit
5eab51827b
|
@ -14,6 +14,7 @@ const expected = [
|
|||
"locale",
|
||||
"style",
|
||||
"numeric",
|
||||
"numberingSystem",
|
||||
];
|
||||
|
||||
assert.compareArray(Object.getOwnPropertyNames(options), expected);
|
||||
|
|
Loading…
Reference in New Issue