This commit is contained in:
Kevin McIntyre
2025-06-18 01:00:00 -04:00
commit f84b511895
228 changed files with 42509 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
import tap from "tap";
import { bundle } from "jdenticon";
import * as jdenticon from "jdenticon";
import baseNode from "./base.js";
tap.test("jdenticon.bundle", t => {
t.equal(bundle, "node-esm");
t.end();
});
baseNode(jdenticon);