Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

chai javascript mocha nodejs sake sakefile tasks testing

Last synced: about 1 month ago
JSON representation

Add test, test:ci test:watch tasks to your Sakefile powered by sake-mocha and sake-chai.

Awesome Lists containing this project

README

        

# sake-test

[![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 testing related tasks to your Sakefile powered by [`sake-mocha`][sake-mocha]
and [`sake-chai`][sake-chai].

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

## Usage
In your Sakefile:

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

## License
[BSD][license-url]

[sake-chai]: https://github.com/sakejs/sake-chai
[sake-mocha]: https://github.com/sakejs/sake-mocha

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