]> Lady’s Gitweb - Lemon/blobdiff - dev-deps.js
Add method chaining syntax for attributes
[Lemon] / dev-deps.js
index 95bf219777ebc6682b91dc4e693d5608646b734c..338201946f378fc8aca84fe003657d152f04998c 100644 (file)
@@ -11,4 +11,7 @@ import "./window/mod.js";
 
 export { DOMImplementation } from "./window/deps.js";
 
-export { assertStrictEquals } from "https://deno.land/std@0.134.0/testing/asserts.ts";
+export {
+  assertEquals,
+  assertStrictEquals,
+} from "https://deno.land/std@0.134.0/testing/asserts.ts";
This page took 0.01882 seconds and 4 git commands to generate.