We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116a45d commit 2006895Copy full SHA for 2006895
test-app/tools/check_console_test_results.js
@@ -80,7 +80,7 @@ function checkTestResults() {
80
81
// Report results
82
console.log('📊 Test Results Summary:');
83
- console.log('=' .repeat(50));
+ console.log('='.repeat(50));
84
85
// ES Module tests
86
if (testResults.esModules.passed) {
0 commit comments