Skip to content

Commit 88f9b43

Browse files
Update test/parallel/test-repl-import-referrer.js
Co-authored-by: Luigi Pinca <luigipinca@gmail.com>
1 parent a1e4a2b commit 88f9b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-repl-import-referrer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ child.stdout.on('data', (data) => {
1515

1616
if (
1717
!child.stdin.writableEnded &&
18-
output.includes('[Module: null prototype] { message: \'A message\' }\n')
18+
output.includes('[Module: null prototype] { message: \'A message\' }\n> ')
1919
) {
2020
// All the expected outputs have been received
2121
// so we can close the child process's stdin

0 commit comments

Comments
 (0)