Skip to content

Commit 7b2a575

Browse files
committed
chore: fix import in smoke test
1 parent 3e9aa4d commit 7b2a575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-tests/smoke-test-esm.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
import mod from "./dist/cjs/index.js";
1+
import mod from "../dist/cjs/index.js";
22
const {TypeScriptLoader} = mod;
33
TypeScriptLoader()

0 commit comments

Comments
 (0)