cake-test
Version:
Adds test-related tasks to your Cakefile.
26 lines (21 loc) • 947 B
Markdown
# cake-test [![Build Status][travis-image]][travis-url] [![Coverage Status][coveralls-image]][coveralls-url] [![NPM version][npm-image]][npm-url] [![Gitter chat][gitter-image]][gitter-url]
Adds test related tasks to your Cakefile.
## Install
```bash
$ npm install cake-test
```
## Usage
```coffee
require 'shortcake'
use do require 'cake-test`'
```
[travis-url]: https://travis-ci.org/zeekay/cake-test
[travis-image]: https://img.shields.io/travis/zeekay/cake-test.svg
[coveralls-url]: https://coveralls.io/r/zeekay/cake-test/
[coveralls-image]: https://img.shields.io/coveralls/zeekay/cake-test.svg
[npm-url]: https://www.npmjs.com/package/cake-test
[npm-image]: https://img.shields.io/npm/v/cake-test.svg
[downloads-image]: https://img.shields.io/npm/dm/cake-test.svg
[downloads-url]: http://badge.fury.io/js/cake-test
[gitter-url]: https://gitter.im/zeekay/say-hi
[gitter-image]: https://img.shields.io/badge/gitter-say_hi-brightgreen.svg