X-Git-Url: https://git.ladys.computer/Etiquette/blobdiff_plain/ce40db353c27887f4345c88fc70a7251bf688bbb..f8903c5b3bd12d02af174e5043d906d63da0b0d1:/dev-deps.js?ds=sidebyside diff --git a/dev-deps.js b/dev-deps.js index ed20df8..1abccd3 100644 --- a/dev-deps.js +++ b/dev-deps.js @@ -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 . +// SPDX-FileCopyrightText: 2023, 2025 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 . + */ export { assert, + assertArrayIncludes, assertEquals, + assertFalse, + assertObjectMatch, assertStrictEquals, assertThrows, } from "https://deno.land/std@0.189.0/testing/asserts.ts";