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 6236d6a commit f28bf9dCopy full SHA for f28bf9d
test/test_utils.ts
@@ -38,6 +38,7 @@ export async function runJsr(
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",
0 commit comments