Skip to content

Commit 314928d

Browse files
committed
fixup! test: add test to ensure repl doesn't support --input-type
1 parent 2d318ed commit 314928d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-repl-unsupported-option.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ proc.stderr.setEncoding('utf8');
1010
proc.stderr.on('data', (chunk) => {
1111
stderr += chunk;
1212
});
13-
proc.stdout.on('end', common.mustCall(() => {
13+
proc.stderr.on('end', common.mustCall(() => {
1414
assert.match(stderr, /Cannot specify --input-type for REPL/);
1515
}));

0 commit comments

Comments
 (0)