Skip to content

Commit

Permalink
Merge pull request #2357 from simov/support-inspect
Browse files Browse the repository at this point in the history
Support for the --inspect flag
  • Loading branch information
boneskull committed Aug 29, 2016
2 parents 1605548 + a40ffd7 commit 3ff8cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/mocha
Expand Up @@ -26,6 +26,7 @@ process.argv.slice(2).forEach(function(arg){
case 'debug':
case '--debug':
case '--debug-brk':
case '--inspect':
args.unshift(arg);
args.push('--no-timeouts');
break;
Expand Down

0 comments on commit 3ff8cb6

Please sign in to comment.