An open API service indexing awesome lists of open source software.

https://github.com/mochajs/mocha-core

future mocha core module
https://github.com/mochajs/mocha-core

Last synced: 5 months ago
JSON representation

future mocha core module

Awesome Lists containing this project

README

        

# mocha-core

> Mocha's guts

To be installed as a dependency of the `mocha` package, alongside `mocha-cli`, `mocha-ui-bdd` (default UI), `mocha-reporter-spec` & `mocha-reporter-html` (default reporters), and default runner(s) (TBD).

## Testing

See `package.json`'s `scripts` field for more info.

- All tests: `npm test`
- Includes lint checks
- Includes extra/missing/security dependency checks
- Node.js tests only: `npm test:node`
- Browser tests only: `npm test:browser`

## Building

- `npm run build`
- Compiles `src/` into `lib/` for Node.js
- Compiles `src/` into `dist/` for browsers

Must be run as part of `prepublish` as neither `lib/` nor `dist/` are under VCS.

## License

Copyright (c) 2016 [JS Foundation](https://js.foundation) and contributors

Licensed Apache-2.0