Skip to content

Commit 88630b4

Browse files
Update test_utils.ts
1 parent f28bf9d commit 88630b4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_utils.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,13 @@ export async function runJsr(
3737
captureOutput = false,
3838
) {
3939
const bin = path.resolve("src", "bin.ts");
40-
const testutils = path.resolve("test", "test_utils.ts");
41-
console.log(`testUtils: ${testutils}`);
4240

4341
return await exec(
4442
"node",
4543
[
4644
"--no-warnings",
4745
"--import",
48-
testutils,
46+
import.meta.resolve('./test_utils.ts'),
4947
"--experimental-strip-types",
5048
bin,
5149
...args,

0 commit comments

Comments
 (0)