Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
j3lte committed Nov 21, 2023
1 parent a008e75 commit 2aee0b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
6 changes: 1 addition & 5 deletions dev_deps.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
export {
assertEquals,
assertRejects,
assertThrows,
} from "https://deno.land/[email protected]/assert/mod.ts";
export { assertEquals, assertRejects } from "https://deno.land/[email protected]/assert/mod.ts";
export { emptyDir } from "https://deno.land/[email protected]/fs/mod.ts";
export { MockFetch } from "https://deno.land/x/[email protected]/mod.ts";
export { resolvesNext, stub } from "https://deno.land/[email protected]/testing/mock.ts";
9 changes: 1 addition & 8 deletions test/Pastebin.test.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
import {
assertEquals,
assertRejects,
assertThrows,
MockFetch,
resolvesNext,
stub,
} from "../dev_deps.ts";
import { assertEquals, assertRejects, MockFetch, resolvesNext, stub } from "../dev_deps.ts";
import { ExpirationTime, IPastebinOptions, Pastebin, PrivacyLevel } from "../mod.ts";

// We're mocking Pastebin with a timeout of 0, so we don't introduce unwanted timeouts
Expand Down

0 comments on commit 2aee0b3

Please sign in to comment.