Skip to content

Commit

Permalink
Clean
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Feb 10, 2025
1 parent ae48501 commit e1d7970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ console.log();
console.log("Check UMD fallback");

import { createRequire } from "module";
import { sign } from "crypto";
const require = createRequire(import.meta.url);
const LongUMD = require("../umd/");
assert(typeof LongUMD == "function");
Expand Down

0 comments on commit e1d7970

Please sign in to comment.