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 ef02014 commit e9dbaaaCopy full SHA for e9dbaaa
packages/test-harness/src/runAllTests.ts
@@ -73,6 +73,7 @@ async function runTestsInDir(
73
74
console.log(`Running tests in ${testRoot} for ${files.length} files`);
75
console.log(JSON.stringify(process.argv, null, 2));
76
+ console.log(JSON.stringify(process.execArgv, null, 2));
77
console.log("NODE_OPTIONS:", process.env.NODE_OPTIONS);
78
79
try {
0 commit comments