init
This commit is contained in:
11
jdenticon-js/test/e2e/node/test.mjs
Normal file
11
jdenticon-js/test/e2e/node/test.mjs
Normal 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);
|
||||
Reference in New Issue
Block a user