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); -}); + */