Skip to content
  • Sponsor mochajs/mocha-examples

  • Notifications You must be signed in to change notification settings
  • Fork 157

Files

programmatic-usage

Programmatic usage

Full documentation about it here

Commands

  • npm test - run our tests calling Mocha programatically found in index.js. The options are handed to mocha when it is instantiated.

Notes

package.json duplicates ./tests for compatibility with different operating systems. See #116 and cross-env#192 comment for more details.