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";