mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-13 04:52:23 +00:00
LibJS: Enable Temporal.Calendar.prototype.dateAdd() test that now passes
This commit is contained in:
parent
d49bbb1da3
commit
643a2433db
Notes:
sideshowbarker
2024-07-18 01:37:56 +09:00
Author: https://github.com/linusg
Commit: 643a2433db
Pull-request: https://github.com/SerenityOS/serenity/pull/10757
Reviewed-by: https://github.com/IdanHo ✅
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue