]> Lady’s Gitweb - Pisces/blob - dev-deps.js
Add methods for own entries and values to object.js
[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 assertNotStrictEquals,
14 assertStrictEquals,
15 assertThrows,
16 } from "https://deno.land/std@0.208.0/testing/asserts.ts";
17 export {
18 describe,
19 it,
20 } from "https://deno.land/std@0.208.0/testing/bdd.ts";
21 export {
22 assertSpyCall,
23 assertSpyCalls,
24 spy,
25 } from "https://deno.land/std@0.208.0/testing/mock.ts";
This page took 0.095104 seconds and 5 git commands to generate.