Skip to content

Commit

Permalink
bin/bmocha: add --input-type flag. see nodejs/node#27184.
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Apr 19, 2019
1 parent 400d737 commit d68a580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/bmocha
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const nodeOptions = new Set([
'--trace-sync-io',
'--trace-warnings',
// '--entry-type',
// '--input-type',
// '-c', '--check',
// '-e', '--eval',
// '-p', '--print',
Expand Down Expand Up @@ -126,6 +127,7 @@ const valueOptions = new Set([
'--es-module-specifier-resolution',
'--redirect-warnings',
'--entry-type',
'--input-type',
'-e', '--eval',
'-p', '--print',
'-r', '--require',
Expand Down

0 comments on commit d68a580

Please sign in to comment.