Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 561 Bytes

File metadata and controls

11 lines (6 loc) · 561 Bytes

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.