Skip to content

Commit e968d50

Browse files
Debug
1 parent 35507c5 commit e968d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-harness/src/runAllTests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ async function runTestsInDir(
7272
files.forEach((f) => mocha.addFile(path.resolve(testRoot, f)));
7373

7474
console.log(`Running tests in ${testRoot} for ${files.length} files`);
75-
console.log(process.argv);
75+
console.log(JSON.stringify(process.argv, null, 2));
7676

7777
try {
7878
// Run the mocha test

0 commit comments

Comments
 (0)