Skip to content

Commit

Permalink
watch: correct string comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
znewsham authored Jan 22, 2024
1 parent fe76665 commit 38e55c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sequential/test-watch-mode.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ process.on('message', (message) => {
assert.deepStrictEqual(lines, [
'running',
'Received: first message',
`Restarting '${file}'`,
`Restarting ${inspect(file)}`,
'running',
'Received: second message',
`Completed running ${inspect(file)}`,
Expand Down

0 comments on commit 38e55c1

Please sign in to comment.