Skip to content

Commit 56ab67a

Browse files
test: add newline at end of file
1 parent 58be01d commit 56ab67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-runner-skip-empty-string.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
const common = require('../common');
44
const { test } = require('node:test');
55

6-
test('skip option empty string should not skip', { skip: '' }, common.mustCall());
6+
test('skip option empty string should not skip', { skip: '' }, common.mustCall());

0 commit comments

Comments
 (0)