X-Git-Url: https://git.ladys.computer/Pisces/blobdiff_plain/8c8953d378b20e194535e22214750367961b6963..fb3e0d562e2dbe9e3ea911a80bfdabc8851f92b2:/dev-deps.js diff --git a/dev-deps.js b/dev-deps.js index 49044c1..96858a6 100644 --- a/dev-deps.js +++ b/dev-deps.js @@ -12,4 +12,13 @@ export { assertEquals, assertStrictEquals, assertThrows, -} from "https://deno.land/std@0.134.0/testing/asserts.ts"; +} from "https://deno.land/std@0.148.0/testing/asserts.ts"; +export { + describe, + it, +} from "https://deno.land/std@0.148.0/testing/bdd.ts"; +export { + assertSpyCall, + assertSpyCalls, + spy, +} from "https://deno.land/std@0.148.0/testing/mock.ts";