X-Git-Url: https://git.ladys.computer/Pisces/blobdiff_plain/8c8953d378b20e194535e22214750367961b6963..50ab30fc3a257e46da6b8bdc0dad054f729e16e1:/dev-deps.js diff --git a/dev-deps.js b/dev-deps.js index 49044c1..3c4981e 100644 --- a/dev-deps.js +++ b/dev-deps.js @@ -1,7 +1,7 @@ // ♓🌟 Piscēs ∷ dev-deps.js // ==================================================================== // -// Copyright © 2022 Lady [@ Lady’s Computer]. +// Copyright © 2022–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 @@ -10,6 +10,16 @@ export { assert, assertEquals, + assertNotStrictEquals, assertStrictEquals, assertThrows, -} from "https://deno.land/std@0.134.0/testing/asserts.ts"; +} from "https://deno.land/std@0.208.0/testing/asserts.ts"; +export { + describe, + it, +} from "https://deno.land/std@0.208.0/testing/bdd.ts"; +export { + assertSpyCall, + assertSpyCalls, + spy, +} from "https://deno.land/std@0.208.0/testing/mock.ts";