Skip to content

Commit 4ff427d

Browse files
fix win test
1 parent 4af58d3 commit 4ff427d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export async function runJsr(
2626
env: Record<string, string> = {},
2727
captureOutput = false,
2828
) {
29-
const bin = path.join(__dirname, "..", "src", "bin.ts");
29+
const bin = path.resolve(__dirname, "..", "src", "bin.ts");
3030

3131
return await exec(
3232
"node",

0 commit comments

Comments
 (0)