summaryrefslogtreecommitdiff
path: root/src/utils/datetime.test.ts
diff options
context:
space:
mode:
authorJoão Augusto Costa Branco Marado Torres <torres.dev@disroot.org>2025-06-28 18:14:22 -0300
committerJoão Augusto Costa Branco Marado Torres <torres.dev@disroot.org>2025-06-28 18:14:22 -0300
commit79fd506d30eef3d113f4a8e3ab9ebd9004f1e8cc (patch)
tree96ff57c92e897c3cc3331e23043d20f1665c7d0a /src/utils/datetime.test.ts
parenta1eac976b20e39f86d5944fbec68e2a0f8ffb746 (diff)
feat: index page
Signed-off-by: João Augusto Costa Branco Marado Torres <torres.dev@disroot.org>
Diffstat (limited to 'src/utils/datetime.test.ts')
-rw-r--r--src/utils/datetime.test.ts1
1 files changed, 0 insertions, 1 deletions
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", () => {