From 79fd506d30eef3d113f4a8e3ab9ebd9004f1e8cc Mon Sep 17 00:00:00 2001 From: João Augusto Costa Branco Marado Torres Date: Sat, 28 Jun 2025 18:14:22 -0300 Subject: feat: index page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: João Augusto Costa Branco Marado Torres --- src/utils/datetime.test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/utils') diff --git a/src/utils/datetime.test.ts b/src/utils/datetime.test.ts index dd239b2..5f0749d 100644 --- a/src/utils/datetime.test.ts +++ b/src/utils/datetime.test.ts @@ -1,7 +1,6 @@ import { assertEquals, assertMatch } from "@std/assert"; import { describe, it } from "@std/testing/bdd"; import { toIso8601Full, toIso8601FullUTC } from "./datetime.ts"; -import { FakeTime } from "@std/testing/time"; describe("toIso8601Full", () => { it("formats current local time with offset", () => { -- cgit v1.2.3