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 2641fae commit 35ed54cCopy full SHA for 35ed54c
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("NODE_OPTIONS:", process.env.NODE_OPTIONS);
77
78
try {
79
// Run the mocha test
0 commit comments