]> Lady’s Gitweb - Pisces/blobdiff - dev-deps.js
Add toIntegralNumber to numeric.js
[Pisces] / dev-deps.js
index 49044c18e4b74186934e769ccbc01bb900c9da97..96858a643d9cde04561a55470cc6d618148c8122 100644 (file)
@@ -12,4 +12,13 @@ export {
   assertEquals,
   assertStrictEquals,
   assertThrows,
   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";
This page took 0.01958 seconds and 4 git commands to generate.