简体   繁体   中英

Specifying the location of mocha.opts when running mocha with nyc?

Is it possible to specify the location of mocha.opts when running nyc mocha ? I'd like to have it in the root project folder. I tried this in my npm script:

"scripts": {
  "test": "nyc mocha --config ./mocha.opts"
},

That did not work. I did get a test case working for the setup described here however, with mocha.opts in the test directory.

mocha --opts <path_to_opts_file>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM