Skip to content

Commit ee627cf

Browse files
committed
Add blank line after coverage header
Add console.log blank line after Test Coverage header for consistent formatting across all coverage scripts.
1 parent 67c40f8 commit ee627cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/cover.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const { values } = parseArgs({
2424
})
2525

2626
printHeader('Test Coverage')
27+
console.log('')
2728

2829
// Run vitest with coverage enabled, capturing output
2930
// Filter out custom flags that vitest doesn't understand

0 commit comments

Comments
 (0)