Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sakejs/sake-test
- Owner: sakejs
- License: other
- Created: 2015-12-08T05:01:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T07:23:30.000Z (almost 7 years ago)
- Last Synced: 2024-11-14T15:12:22.657Z (about 2 months ago)
- Topics: chai, javascript, mocha, nodejs, sake, sakefile, tasks, testing
- Language: CoffeeScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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