]> Lady’s Gitweb - Sutra/blobdiff - dev-deps.js
Add all X·S·D non‐auxillary functions
[Sutra] / dev-deps.js
index 3b374d6ded7e7898b504e9fc845f570ad9d7e996..6ceedabded6a46fddf8505ae4960182549f51e60 100644 (file)
@@ -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";
This page took 0.031187 seconds and 4 git commands to generate.