X-Git-Url: https://git.ladys.computer/Etiquette/blobdiff_plain/2889a6becfdfadc5b2ddce0b4b4f281a756b0c9e..ce40db353c27887f4345c88fc70a7251bf688bbb:/dev-deps.js diff --git a/dev-deps.js b/dev-deps.js new file mode 100644 index 0000000..ed20df8 --- /dev/null +++ b/dev-deps.js @@ -0,0 +1,25 @@ +// 📧🏷️ Étiquette ∷ dev-deps.js +// ==================================================================== +// +// Copyright © 2023 Lady [@ Lady’s Computer]. +// +// This Source Code Form is subject to the terms of the Mozilla Public +// License, v. 2.0. If a copy of the MPL was not distributed with this +// file, You can obtain one at . + +export { + assert, + assertEquals, + assertStrictEquals, + assertThrows, +} from "https://deno.land/std@0.189.0/testing/asserts.ts"; +export { + beforeEach, + describe, + it, +} from "https://deno.land/std@0.189.0/testing/bdd.ts"; +export { + assertSpyCall, + assertSpyCalls, + spy, +} from "https://deno.land/std@0.189.0/testing/mock.ts";