X-Git-Url: https://git.ladys.computer/Sutra/blobdiff_plain/86748e0641f8c4d833cf2cca4873925a6f6c64e8..refs/tags/0.1.0:/dev-deps.js diff --git a/dev-deps.js b/dev-deps.js index 3b374d6..6ceedab 100644 --- a/dev-deps.js +++ b/dev-deps.js @@ -9,5 +9,13 @@ export { assert, + assertAlmostEquals, + assertEquals, + assertObjectMatch, assertStrictEquals, + assertThrows, } from "https://deno.land/std@0.192.0/testing/asserts.ts"; +export { + describe, + it, +} from "https://deno.land/std@0.192.0/testing/bdd.ts";