]> Lady’s Gitweb - Pisces/blobdiff - dev-deps.js
Add methods for own entries and values to object.js
[Pisces] / dev-deps.js
index f2ed7c9708eaa05b21411866fa98947c920e112f..3c4981e50dde26cb6faa2d34e140730c40e86416 100644 (file)
 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";
This page took 0.019974 seconds and 4 git commands to generate.