1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:07:45 +00:00

LibJS/Tests: Remove outdated FIXME

This commit is contained in:
Linus Groh 2021-12-17 23:22:30 +00:00
parent 3891d6d73a
commit 3214e35535

View file

@ -95,7 +95,6 @@ describe("correct behavior", () => {
expect(createdZoneDateTime.nanosecond).toBe(300); expect(createdZoneDateTime.nanosecond).toBe(300);
}); });
// FIXME: Enable when parse_iso_date_time is implemented.
test("from string", () => { test("from string", () => {
const zonedDateTime = Temporal.ZonedDateTime.from( const zonedDateTime = Temporal.ZonedDateTime.from(
"2021-11-07T00:20:05.100200300+00:00[UTC][u-ca=iso8601]" "2021-11-07T00:20:05.100200300+00:00[UTC][u-ca=iso8601]"