Skip to content

Commit

Permalink
omg! how about now?
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners-nr committed Jan 9, 2024
1 parent 1233778 commit 76a8c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/other/v14-assert-cyclical-dependency-failure.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ nodeProcess.on('close', (code) => {

// satisfy linter complaining about unused variables
strictEqual(expectedOutput, expectedOutput)
strictEqual(stdout.length >= 0, true)
strictEqual(stderr.length >= 0, true)
strictEqual(typeof stdout, 'string')
strictEqual(typeof stderr, 'string')
})

0 comments on commit 76a8c05

Please sign in to comment.