Skip to content

Commit 2006895

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

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
@@ -80,7 +80,7 @@ function checkTestResults() {
8080

8181
// Report results
8282
console.log('📊 Test Results Summary:');
83-
console.log('=' .repeat(50));
83+
console.log('='.repeat(50));
8484

8585
// ES Module tests
8686
if (testResults.esModules.passed) {

0 commit comments

Comments
 (0)