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