I'd like to set some defaults for mocha without having to type them each time. Does mocha look for a config file / dotfile anywhere, as jshint looks for .jshintrc
and npm looks for package.json
?
↧
Is there a .mocha file where I can specify defaults such as --no-colors?
↧