Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Dec 25, 2024
1 parent b3b4c83 commit f604811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ describe('core', () => {
assert.equal(r2.reason.exitCode, 1)
})

test('pipes particular stream: stdout ot stderr', async () => {
test('pipes particular stream: stdout, stderr, stdall', async () => {
const p = $`echo foo >&2; echo bar`
const o1 = (await p.pipe.stderr`cat`).toString()
const o2 = (await p.pipe.stdout`cat`).toString()
Expand Down

0 comments on commit f604811

Please sign in to comment.