From 0267454864833b7c66ef39e7460d79b937c01e9e Mon Sep 17 00:00:00 2001 From: hasundue Date: Fri, 29 Sep 2023 20:43:44 +0900 Subject: [PATCH] refactor(lib/std/testing): remove unused exports --- lib/std/testing.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/std/testing.ts b/lib/std/testing.ts index 7cbf757..74f9535 100644 --- a/lib/std/testing.ts +++ b/lib/std/testing.ts @@ -1,10 +1,3 @@ -export { - assert, - assertArrayIncludes, - assertEquals, - assertFalse, - assertObjectMatch, -} from "https://deno.land/std@0.203.0/testing/asserts.ts"; export { afterAll, afterEach,