]> Lady’s Gitweb - Etiquette/blob - dev-deps.js
Apply some reformatting and make Reuse‐compliant
[Etiquette] / dev-deps.js
1 // SPDX-FileCopyrightText: 2023, 2025 Lady <https://www.ladys.computer/about/#lady>
2 // SPDX-License-Identifier: MPL-2.0
3 /**
4 * ⁌ 📧🏷️ Étiquette ∷ dev-deps.js
5 *
6 * Copyright © 2023, 2025 Lady [@ Ladys Computer].
7 *
8 * This Source Code Form is subject to the terms of the Mozilla Public
9 * License, v. 2.0. If a copy of the MPL was not distributed with this
10 * file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
11 */
12
13 export {
14 assert,
15 assertArrayIncludes,
16 assertEquals,
17 assertFalse,
18 assertObjectMatch,
19 assertStrictEquals,
20 assertThrows,
21 } from "https://deno.land/std@0.189.0/testing/asserts.ts";
22 export {
23 beforeEach,
24 describe,
25 it,
26 } from "https://deno.land/std@0.189.0/testing/bdd.ts";
27 export {
28 assertSpyCall,
29 assertSpyCalls,
30 spy,
31 } from "https://deno.land/std@0.189.0/testing/mock.ts";
This page took 0.054947 seconds and 5 git commands to generate.