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 f28bf9d commit 88630b4Copy full SHA for 88630b4
test/test_utils.ts
@@ -37,15 +37,13 @@ export async function runJsr(
37
captureOutput = false,
38
) {
39
const bin = path.resolve("src", "bin.ts");
40
- const testutils = path.resolve("test", "test_utils.ts");
41
- console.log(`testUtils: ${testutils}`);
42
43
return await exec(
44
"node",
45
[
46
"--no-warnings",
47
"--import",
48
- testutils,
+ import.meta.resolve('./test_utils.ts'),
49
"--experimental-strip-types",
50
bin,
51
...args,
0 commit comments