Skip to content

Commit

Permalink
fix typo in nyc --extension flags
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Apr 24, 2019
1 parent ee528d3 commit 9eb9738
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,11 +445,11 @@ const respawnWithCoverage = options => {
const args = [nycBin].concat(
'--silent',
'--cache=true',
'--extensions=.js',
'--extensions=.jsx',
'--extensions=.mjs',
'--extensions=.ts',
'--extensions=.tsx',
'--extension=.js',
'--extension=.jsx',
'--extension=.mjs',
'--extension=.ts',
'--extension=.tsx',
options.nycArgs,
'--',
process.execArgv,
Expand Down

0 comments on commit 9eb9738

Please sign in to comment.