Skip to content

Commit

Permalink
refactor(lib/std/testing): remove unused exports
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Sep 29, 2023
1 parent cfb024b commit 0267454
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/std/testing.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
export {
assert,
assertArrayIncludes,
assertEquals,
assertFalse,
assertObjectMatch,
} from "https://deno.land/[email protected]/testing/asserts.ts";
export {
afterAll,
afterEach,
Expand Down

0 comments on commit 0267454

Please sign in to comment.