]> Lady’s Gitweb - Pisces/blob - dev-deps.js
Fix base64 implementation
[Pisces] / dev-deps.js
1 // ♓🌟 Piscēs ∷ dev-deps.js
2 // ====================================================================
3 //
4 // Copyright © 2022–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.188.0/testing/asserts.ts";
16 export {
17 describe,
18 it,
19 } from "https://deno.land/std@0.188.0/testing/bdd.ts";
20 export {
21 assertSpyCall,
22 assertSpyCalls,
23 spy,
24 } from "https://deno.land/std@0.188.0/testing/mock.ts";
This page took 0.048968 seconds and 5 git commands to generate.