]> Lady’s Gitweb - Etiquette/blob - dev-deps.js
ed20df8187594e7532b0f8c1d635f29d08cd2927
[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 assertEquals,
13 assertStrictEquals,
14 assertThrows,
15 } from "https://deno.land/std@0.189.0/testing/asserts.ts";
16 export {
17 beforeEach,
18 describe,
19 it,
20 } from "https://deno.land/std@0.189.0/testing/bdd.ts";
21 export {
22 assertSpyCall,
23 assertSpyCalls,
24 spy,
25 } from "https://deno.land/std@0.189.0/testing/mock.ts";
This page took 0.133116 seconds and 3 git commands to generate.