From 259311e68cb7cfe49899607cbd24e87104240264 Mon Sep 17 00:00:00 2001 From: Djalim Simaila Date: Sun, 26 Apr 2026 14:19:11 +0200 Subject: [PATCH] fix: remove unused assertExists import --- tests/e2e/modules_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/modules_test.ts b/tests/e2e/modules_test.ts index 21faee7..7b33ca0 100644 --- a/tests/e2e/modules_test.ts +++ b/tests/e2e/modules_test.ts @@ -1,6 +1,6 @@ // #113 - E2E tests for /modules endpoints -import { assertEquals, assertExists } from "@std/assert"; +import { assertEquals } from "@std/assert"; import { makeContextWithAffiliation, makeEmployeeContext,