mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +00:00
LibJS/Tests: Remove outdated FIXME
This commit is contained in:
parent
3891d6d73a
commit
3214e35535
1 changed files with 0 additions and 1 deletions
|
@ -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]"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue