node.js - Can comments be added to mocha.opts? -


how can add comment mocha.opts?

js test --recursive --reporter spec --require ./test/test.bootstrap --require ./test/server.bootstrap --slow 200 --delay 

how comment out last line?

i went through trouble of trying every comment style think of.then looked in source code:

https://github.com/mochajs/mocha/blob/master/bin/options.js

mocha takes option file , treats bunch of command line switches/arguments.

so, no, there's no way put comment in there. add feature , open pull request. see community thinks.


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -