Skip to content

Commit 35ed54c

Browse files
More debug
1 parent 2641fae commit 35ed54c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/test-harness/src/runAllTests.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ async function runTestsInDir(
7373

7474
console.log(`Running tests in ${testRoot} for ${files.length} files`);
7575
console.log(JSON.stringify(process.argv, null, 2));
76+
console.log("NODE_OPTIONS:", process.env.NODE_OPTIONS);
7677

7778
try {
7879
// Run the mocha test

0 commit comments

Comments
 (0)