Skip to content

Commit 4ce886a

Browse files
chore: test-app/tools/check_console_test_results.js
Co-authored-by: Copilot <[email protected]>
1 parent 2006895 commit 4ce886a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/tools/check_console_test_results.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function checkTestResults() {
115115
console.log(`📈 General Results: ${testResults.general.passes} passes, ${testResults.general.failures} failures`);
116116
}
117117

118-
console.log('=' .repeat(50));
118+
console.log('='.repeat(50));
119119

120120
// Show recent test output for debugging
121121
const recentTestLines = testLines

0 commit comments

Comments
 (0)