diff --git a/bin/mocha b/bin/mocha index 886d225ccd..a88de85792 100755 --- a/bin/mocha +++ b/bin/mocha @@ -63,6 +63,7 @@ process.argv.slice(2).forEach(function(arg){ case '--prof': case '--throw-deprecation': case '--trace-deprecation': + case '--allow-natives-syntax': args.unshift(arg); break; default: