From 82ec8f8f6f66402358dac24e5cb1bb0011c8d504 Mon Sep 17 00:00:00 2001 From: Foster Hangdaan Date: Mon, 9 Sep 2024 07:08:05 -0400 Subject: [PATCH] test: Remove unused test --- tests/main.ts | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/main.ts b/tests/main.ts index 15271d7..de60bc1 100644 --- a/tests/main.ts +++ b/tests/main.ts @@ -14,11 +14,4 @@ * * You should have received a copy of the GNU Affero General Public License * along with this program. If not, see . -*/ - -import { assertEquals } from "https://deno.land/std@0.206.0/assert/mod.ts"; -import { add } from "../src/main.ts"; - -Deno.test(function addTest() { - assertEquals(add(2, 3), 5); -}); + */