Skip to content

Commit

Permalink
qwe
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Aug 21, 2023
1 parent 41367cd commit 165d550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -704,9 +704,9 @@ test('args', async function (t) {
lines.push('watch.txt: no issues found', '')
}

assert.equal(result.exitCode, platform === 'win32' ? undefined : 0)
assert.equal(result.stdout, '')
assert.equal(cleanError(result.stderr), lines.join('\n'))
assert.equal(result.exitCode, 0)

async function seeYouLaterAlligator() {
await fs.writeFile(url, 'bravo')
Expand Down Expand Up @@ -742,9 +742,9 @@ test('args', async function (t) {
lines.push('watch.txt: no issues found', '', 'watch.txt: written')
}

assert.equal(result.exitCode, platform === 'win32' ? undefined : 0)
assert.equal(result.stdout, '')
assert.equal(cleanError(result.stderr), lines.join('\n'))
assert.equal(result.exitCode, 0)

async function seeYouLaterAlligator() {
await fs.writeFile(url, 'bravo')
Expand Down

0 comments on commit 165d550

Please sign in to comment.