We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b632f25 commit efe272dCopy full SHA for efe272d
fluent-bundle/test/temporal_test.js
@@ -112,15 +112,6 @@ suite("Temporal support", function () {
112
assert.strictEqual(msg("dt"), "1970-01-01");
113
});
114
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
124
test("can be converted to a number", function () {
125
arg = new FluentDateTime(arg);
126
assert.strictEqual(+arg, 0);
0 commit comments