]> Lady’s Gitweb - Pisces/blobdiff - dev-deps.js
Update deps; begin working towards REUSE compliance
[Pisces] / dev-deps.js
index 3c4981e50dde26cb6faa2d34e140730c40e86416..99ca0fb813fdc59be71600bcbe466fb8791e359c 100644 (file)
@@ -1,25 +1,24 @@
-// ♓🌟 Piscēs ∷ dev-deps.js
-// ====================================================================
-//
-// 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
-// file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
-
+// SPDX-FileCopyrightText: 2022, 2023, 2025 Lady <https://www.ladys.computer/about/#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 <https://mozilla.org/MPL/2.0/>.
+ */
 export {
   assert,
   assertEquals,
   assertNotStrictEquals,
   assertStrictEquals,
   assertThrows,
-} 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";
+} from "jsr:@std/assert@1.0.13";
+export { describe, it } from "jsr:@std/testing@1.0.15/bdd";
 export {
   assertSpyCall,
   assertSpyCalls,
   spy,
-} from "https://deno.land/std@0.208.0/testing/mock.ts";
+} from "jsr:@std/testing@1.0.15/mock";
This page took 0.287028 seconds and 4 git commands to generate.