Skip to content

Commit b4c9b96

Browse files
committed
Add @jest to build externals, closes #2
1 parent 6bf5e1a commit b4c9b96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ try {
3030
bundle: true,
3131
sourcemap: true,
3232
format: "esm",
33+
external: ["jest", "@jest"],
3334
outdir: path.join(__dirname, "dist"),
3435
outbase: __dirname,
3536
outExtension: { ".js": ".mjs" },

0 commit comments

Comments
 (0)