Skip to content
Snippets Groups Projects
Commit e39604fa authored by Timothy Gu's avatar Timothy Gu Committed by Leo Balter
Browse files

Fix missing ) (#2059)

parent 38b1ce10
No related branches found
No related tags found
No related merge requests found
......@@ -26,4 +26,4 @@ for (const [granularity, expected] of validOptions) {
assert.sameValue(resolvedOptions.granularity, expected);
}
assert.throws(RangeError, () => new Intl.Segmenter([], {granularity: "line"});
assert.throws(RangeError, () => new Intl.Segmenter([], {granularity: "line"}));
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