Skip to content

Commit 3f79435

Browse files
longlhorwaldron
authored andcommitted
Add RelativeTimeFormat to testIntl
1 parent e8947f9 commit 3f79435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-includes/testIntl.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ author: Norbert Lindenberg
2020
* @param {Function} Constructor the constructor object to test with.
2121
*/
2222
function testWithIntlConstructors(f) {
23-
var constructors = ["Collator", "NumberFormat", "DateTimeFormat"];
23+
var constructors = ["Collator", "NumberFormat", "DateTimeFormat", "RelativeTimeFormat"];
2424

2525
// Optionally supported Intl constructors.
2626
["PluralRules"].forEach(function(constructor) {

0 commit comments

Comments
 (0)