Skip to content

Commit

Permalink
Use dev deps appropriately.
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Maj committed Jun 5, 2024
1 parent 91d1ac8 commit cfb79cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/dev_deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export {
export type { Spy } from "https://deno.land/[email protected]/testing/mock.ts";
export {
assertEquals,
assertMatch,
assertNotEquals,
assertThrows,
} from "https://deno.land/[email protected]/testing/asserts.ts";
2 changes: 1 addition & 1 deletion src/tests.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { assertMatch } from "https://deno.land/[email protected]/testing/asserts.ts";
import {
assertEquals,
assertMatch,
assertNotEquals,
assertSpyCall,
assertThrows,
Expand Down

0 comments on commit cfb79cb

Please sign in to comment.