]> Lady’s Gitweb - Pisces/blobdiff - dev-deps.js
Add methods for own entries and values to object.js
[Pisces] / dev-deps.js
index 49044c18e4b74186934e769ccbc01bb900c9da97..3c4981e50dde26cb6faa2d34e140730c40e86416 100644 (file)
@@ -1,7 +1,7 @@
 // ♓🌟 Piscēs ∷ dev-deps.js
 // ====================================================================
 //
-// Copyright © 2022 Lady [@ Lady’s Computer].
+// Copyright © 2022–2023 Lady [@ Lady’s Computer].
 //
 // This Source Code Form is subject to the terms of the Mozilla Public
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 export {
   assert,
   assertEquals,
+  assertNotStrictEquals,
   assertStrictEquals,
   assertThrows,
-} from "https://deno.land/std@0.134.0/testing/asserts.ts";
+} from "https://deno.land/std@0.208.0/testing/asserts.ts";
+export {
+  describe,
+  it,
+} from "https://deno.land/std@0.208.0/testing/bdd.ts";
+export {
+  assertSpyCall,
+  assertSpyCalls,
+  spy,
+} from "https://deno.land/std@0.208.0/testing/mock.ts";
This page took 0.063048 seconds and 4 git commands to generate.