Skip to content

Commit cb67e37

Browse files
committed
chore: linting
1 parent 50c981a commit cb67e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/promise-spawn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ t.test('pass', t => t.resolveMatch(promiseSpawn('pass', [], {stdioString: true},
117117

118118
t.test('pass, default opts', t => t.resolveMatch(promiseSpawn('pass', []), {
119119
code: 0,
120-
signal: null
120+
signal: null,
121121
}))
122122

123123
t.test('pass, share stdio', t => t.resolveMatch(promiseSpawn('pass', [], { stdio: 'inherit'}, {a: 1}), {

0 commit comments

Comments
 (0)