We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4b741 commit cec8fbeCopy full SHA for cec8fbe
1 file changed
cjs-test/quick-start.spec.ts
@@ -1,7 +1,7 @@
1
import { spawn } from "node:child_process";
2
+import { givePort } from "../tools/ports";
3
4
describe("CJS Test", async () => {
- const { givePort } = await import("../tools/ports.js");
5
let out = "";
6
const listener = (chunk: Buffer) => {
7
out += chunk.toString();
0 commit comments