Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sakejs/sake-mocha

Add test, test:ci and test:watch tasks powered Mocha to your Sakefile.
https://github.com/sakejs/sake-mocha

javascript mocha nodejs sake tasks testing

Last synced: about 2 months ago
JSON representation

Add test, test:ci and test:watch tasks powered Mocha to your Sakefile.

Awesome Lists containing this project

README

        

# sake-mocha

[![npm][npm-img]][npm-url]
[![build][build-img]][build-url]
[![dependencies][dependencies-img]][dependencies-url]
[![downloads][downloads-img]][downloads-url]
[![license][license-img]][license-url]
[![chat][chat-img]][chat-url]

Add `test`, `test:ci` and `test:watch` tasks powered by [Mocha][mocha] to your
Sakefile.

## Install
```bash
$ npm install sake-mocha --save-dev
```

## Usage
In your Sakefile:

```javascript
use('sake-mocha')
```

## License
[BSD][license-url]

[mocha]: https://mochajs.org
[build-img]: https://img.shields.io/travis/sakejs/sake-mocha.svg
[build-url]: https://travis-ci.org/sakejs/sake-mocha
[chat-img]: https://badges.gitter.im/join-chat.svg
[chat-url]: https://gitter.im/sakejs/chat
[coverage-img]: https://coveralls.io/repos/sakejs/sake-mocha/badge.svg?branch=master&service=github
[coverage-url]: https://coveralls.io/github/sakejs/sake-mocha?branch=master
[dependencies-img]: https://david-dm.org/sakejs/sake-mocha.svg
[dependencies-url]: https://david-dm.org/sakejs/sake-mocha
[downloads-img]: https://img.shields.io/npm/dm/sake-mocha.svg
[downloads-url]: http://badge.fury.io/js/sake-mocha
[license-img]: https://img.shields.io/npm/l/sake-mocha.svg
[license-url]: https://github.com/sakejs/sake-mocha/blob/master/LICENSE
[npm-img]: https://img.shields.io/npm/v/sake-mocha.svg
[npm-url]: https://www.npmjs.com/package/sake-mocha