mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-31 17:57:18 +00:00
LibJS: Enable Temporal.Calendar.prototype.dateAdd() test that now passes
This commit is contained in:
@@ -3,8 +3,7 @@ describe("correct behavior", () => {
|
||||
expect(Temporal.Calendar.prototype.dateAdd).toHaveLength(2);
|
||||
});
|
||||
|
||||
// Asserts with TODO() since addition of partial balance_duration()
|
||||
test.skip("basic functionality", () => {
|
||||
test("basic functionality", () => {
|
||||
const calendar = new Temporal.Calendar("iso8601");
|
||||
const plainDate = new Temporal.PlainDate(1970, 1, 1);
|
||||
const duration = new Temporal.Duration(1, 2, 3, 4);
|
||||
|
||||
Reference in New Issue
Block a user