]> Lady’s Gitweb - Sutra/blob - dev-deps.js
Add all X·S·D non‐auxillary functions
[Sutra] / dev-deps.js
1 // ♓️🪡 सूत् ∷ 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 assertAlmostEquals,
13 assertEquals,
14 assertObjectMatch,
15 assertStrictEquals,
16 assertThrows,
17 } from "https://deno.land/std@0.192.0/testing/asserts.ts";
18 export {
19 describe,
20 it,
21 } from "https://deno.land/std@0.192.0/testing/bdd.ts";
This page took 0.045164 seconds and 5 git commands to generate.