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 4af58d3 commit 4ff427dCopy full SHA for 4ff427d
test/test_utils.ts
@@ -26,7 +26,7 @@ export async function runJsr(
26
env: Record<string, string> = {},
27
captureOutput = false,
28
) {
29
- const bin = path.join(__dirname, "..", "src", "bin.ts");
+ const bin = path.resolve(__dirname, "..", "src", "bin.ts");
30
31
return await exec(
32
"node",
0 commit comments