]> Lady’s Gitweb - Etiquette/blobdiff - dev-deps.js
Apply some reformatting and make Reuse‐compliant
[Etiquette] / dev-deps.js
index ed20df8187594e7532b0f8c1d635f29d08cd2927..1abccd3a2d98c90de77cfbc850ba3b8479aacbf5 100644 (file)
@@ -1,15 +1,21 @@
-// 📧🏷️ Étiquette ∷ dev-deps.js
-// ====================================================================
-//
-// Copyright © 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: 2023, 2025 Lady <https://www.ladys.computer/about/#lady>
+// SPDX-License-Identifier: MPL-2.0
+/**
+ * ⁌ 📧🏷️ Étiquette ∷ dev-deps.js
+ *
+ * Copyright © 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,
+  assertArrayIncludes,
   assertEquals,
+  assertFalse,
+  assertObjectMatch,
   assertStrictEquals,
   assertThrows,
 } from "https://deno.land/std@0.189.0/testing/asserts.ts";
This page took 0.305689 seconds and 4 git commands to generate.