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 20fd8e9 commit 03d2481Copy full SHA for 03d2481
tests/globalSetup.ts
@@ -1,5 +1,5 @@
1
async function setup() {
2
- console.log('GLOBAL SETUP');
+ console.log('\nGLOBAL SETUP');
3
}
4
5
export default setup;
0 commit comments