Skip to content

Commit efe272d

Browse files
authored
Drop tests formatting month name using Temporal & iso8601 calendar (#650)
1 parent b632f25 commit efe272d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

fluent-bundle/test/temporal_test.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,15 +112,6 @@ suite("Temporal support", function () {
112112
assert.strictEqual(msg("dt"), "1970-01-01");
113113
});
114114

115-
test("run through DATETIME() with month option", function () {
116-
assert.strictEqual(msg("month"), "1970 January");
117-
});
118-
119-
test("wrapped in FluentDateTime", function () {
120-
arg = new FluentDateTime(arg, { month: "long" });
121-
assert.strictEqual(msg("dt"), "January");
122-
});
123-
124115
test("can be converted to a number", function () {
125116
arg = new FluentDateTime(arg);
126117
assert.strictEqual(+arg, 0);

0 commit comments

Comments
 (0)