LibJS/Tests: Remove outdated FIXME

This commit is contained in:
Linus Groh 2021-12-17 23:22:30 +00:00
commit 3214e35535
Notes: sideshowbarker 2024-07-17 22:40:27 +09:00

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]"