Skip to content

Commit

Permalink
fixup! test: add test to ensure repl doesn't support --input-type
Browse files Browse the repository at this point in the history
  • Loading branch information
cola119 committed Jun 21, 2022
1 parent 2d318ed commit 314928d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-repl-unsupported-option.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ proc.stderr.setEncoding('utf8');
proc.stderr.on('data', (chunk) => {
stderr += chunk;
});
proc.stdout.on('end', common.mustCall(() => {
proc.stderr.on('end', common.mustCall(() => {
assert.match(stderr, /Cannot specify --input-type for REPL/);
}));

0 comments on commit 314928d

Please sign in to comment.