Skip to content

Commit cec8fbe

Browse files
committed
rm dynamic import with js extension in CJS test.
1 parent ce4b741 commit cec8fbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cjs-test/quick-start.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { spawn } from "node:child_process";
2+
import { givePort } from "../tools/ports";
23

34
describe("CJS Test", async () => {
4-
const { givePort } = await import("../tools/ports.js");
55
let out = "";
66
const listener = (chunk: Buffer) => {
77
out += chunk.toString();

0 commit comments

Comments
 (0)