X-Git-Url: https://git.ladys.computer/Pisces/blobdiff_plain/8c8953d378b20e194535e22214750367961b6963..9c6be9646631101a3883d4dac08495d5e35e9977:/dev-deps.js
diff --git a/dev-deps.js b/dev-deps.js
index 49044c1..99ca0fb 100644
--- a/dev-deps.js
+++ b/dev-deps.js
@@ -1,15 +1,24 @@
-// ♓🌟 Piscēs ∷ dev-deps.js
-// ====================================================================
-//
-// Copyright © 2022 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
-// file, You can obtain one at .
-
+// SPDX-FileCopyrightText: 2022, 2023, 2025 Lady
+// SPDX-License-Identifier: MPL-2.0
+/**
+ * ⁌ ♓🌟 Piscēs ∷ dev-deps.js
+ *
+ * Copyright © 2022–2023, 2025 Lady [@ Ladys 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
+ * file, You can obtain one at .
+ */
export {
assert,
assertEquals,
+ assertNotStrictEquals,
assertStrictEquals,
assertThrows,
-} from "https://deno.land/std@0.134.0/testing/asserts.ts";
+} from "jsr:@std/assert@1.0.13";
+export { describe, it } from "jsr:@std/testing@1.0.15/bdd";
+export {
+ assertSpyCall,
+ assertSpyCalls,
+ spy,
+} from "jsr:@std/testing@1.0.15/mock";