Skip to content
Snippets Groups Projects
Commit 5eab5182 authored by Frank Yung-Fong Tang's avatar Frank Yung-Fong Tang Committed by Leo Balter
Browse files

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

parent b337eaf7
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ const expected = [ ...@@ -14,6 +14,7 @@ const expected = [
"locale", "locale",
"style", "style",
"numeric", "numeric",
"numberingSystem",
]; ];
assert.compareArray(Object.getOwnPropertyNames(options), expected); assert.compareArray(Object.getOwnPropertyNames(options), expected);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment