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
- Host: GitHub
- URL: https://github.com/mochajs/mocha-core
- Owner: mochajs
- License: apache-2.0
- Created: 2015-11-20T07:07:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T16:50:55.000Z (over 8 years ago)
- Last Synced: 2024-10-01T05:13:10.705Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 485 KB
- Stars: 3
- Watchers: 17
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 browsersMust 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