Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar committed Mar 3, 2022
1 parent 50c981a commit cb67e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/promise-spawn.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ t.test('pass', t => t.resolveMatch(promiseSpawn('pass', [], {stdioString: true},

t.test('pass, default opts', t => t.resolveMatch(promiseSpawn('pass', []), {
code: 0,
signal: null
signal: null,
}))

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

0 comments on commit cb67e37

Please sign in to comment.