We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8947f9 commit 3f79435Copy full SHA for 3f79435
test/test-includes/testIntl.js
@@ -20,7 +20,7 @@ author: Norbert Lindenberg
20
* @param {Function} Constructor the constructor object to test with.
21
*/
22
function testWithIntlConstructors(f) {
23
- var constructors = ["Collator", "NumberFormat", "DateTimeFormat"];
+ var constructors = ["Collator", "NumberFormat", "DateTimeFormat", "RelativeTimeFormat"];
24
25
// Optionally supported Intl constructors.
26
["PluralRules"].forEach(function(constructor) {
0 commit comments