Skip to content

Commit e7d6f03

Browse files
Debug logging
1 parent 8a16159 commit e7d6f03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/test-harness/src/runAllTests.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ async function runTestsInDir(
7171
// Add files to the test suite
7272
files.forEach((f) => mocha.addFile(path.resolve(testRoot, f)));
7373

74+
console.log(`Running tests in ${testRoot} for ${files.length} files`);
75+
console.log(process.argv);
76+
7477
try {
7578
// Run the mocha test
7679
await new Promise<void>((resolve, reject) => {

0 commit comments

Comments
 (0)