Skip to content

Commit 03d2481

Browse files
committed
Global setup requires a newline at the beginning for proper formatting
1 parent 20fd8e9 commit 03d2481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/globalSetup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
async function setup() {
2-
console.log('GLOBAL SETUP');
2+
console.log('\nGLOBAL SETUP');
33
}
44

55
export default setup;

0 commit comments

Comments
 (0)