mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 22:24:08 +03:00
LibJS/Tests: Remove outdated FIXME
This commit is contained in:
parent
25667a834c
commit
d9fc09c6e5
Notes:
sideshowbarker
2024-07-18 03:35:30 +09:00
@ -3,11 +3,6 @@ describe("correct behavior", () => {
|
||||
expect(Temporal.PlainDate.prototype.since).toHaveLength(1);
|
||||
});
|
||||
|
||||
// FIXME: All the checks for years, months, weeks and days have to check for -0 instead of 0.
|
||||
// This is because CreateTemporalDuration in the spec doesn't convert -0 to 0 unlike the polyfill or what
|
||||
// the test262 tests expect.
|
||||
// Once this has been fixed in the spec, change the -0 checks for these properties to be just 0.
|
||||
|
||||
test("basic functionality", () => {
|
||||
const dateOne = new Temporal.PlainDate(2021, 11, 14);
|
||||
const dateTwo = new Temporal.PlainDate(2022, 12, 25);
|
||||
|
Loading…
Reference in New Issue
Block a user