Skip to content

Commit ed5fad9

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

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
@@ -184,7 +184,7 @@ function checkTestResults() {
184184
testResults.manual.tests.length > 0 ||
185185
testResults.general.passes > 0;
186186

187-
console.log('\n' + '=' .repeat(50));
187+
console.log('\n' + '='.repeat(50));
188188

189189
if (hasFailures) {
190190
console.error('💥 OVERALL RESULT: TESTS FAILED');

0 commit comments

Comments
 (0)