X-Git-Url: https://git.ladys.computer/Pisces/blobdiff_plain/8d2beebdeea4000740fc3914f5d568f473629951..HEAD:/dev-deps.js diff --git a/dev-deps.js b/dev-deps.js index f2ed7c9..3c4981e 100644 --- a/dev-deps.js +++ b/dev-deps.js @@ -10,15 +10,16 @@ export { assert, assertEquals, + assertNotStrictEquals, assertStrictEquals, assertThrows, -} from "https://deno.land/std@0.188.0/testing/asserts.ts"; +} from "https://deno.land/std@0.208.0/testing/asserts.ts"; export { describe, it, -} from "https://deno.land/std@0.188.0/testing/bdd.ts"; +} from "https://deno.land/std@0.208.0/testing/bdd.ts"; export { assertSpyCall, assertSpyCalls, spy, -} from "https://deno.land/std@0.188.0/testing/mock.ts"; +} from "https://deno.land/std@0.208.0/testing/mock.ts";