assertit
Version:
Thin sugar layer on top of `testit` framework, `is-kindof` and `assert`.
59 lines (40 loc) • 1.97 kB
Markdown
## [![npm][npmjs-img]][npmjs-url] [![mit license][license-img]][license-url] [![build status][travis-img]][travis-url] [![coverage status][coveralls-img]][coveralls-url] [![deps status][daviddm-img]][daviddm-url]
> Thin sugar layer on top of `testit` framework, `is-kindof` and `assert`.
## Install
```
npm i --save assertit
npm test
```
## Usage
> For more use-cases see the [tests](./test.js)
```js
var assertit = require('assertit');
```
## Author
**Charlike Mike Reagent**
+ [gratipay/tunnckoCore][author-gratipay]
+ [twitter/tunnckoCore][author-twitter]
+ [github/tunnckoCore][author-github]
+ [npmjs/tunnckoCore][author-npmjs]
+ [more ...][contrib-more]
## License [![MIT license][license-img]][license-url]
Copyright (c) 2015 [Charlike Mike Reagent][contrib-more], [contributors][contrib-graf].
Released under the [`MIT`][license-url] license.
[npmjs-url]: http://npm.im/assertit
[npmjs-img]: https://img.shields.io/npm/v/assertit.svg?style=flat&label=assertit
[coveralls-url]: https://coveralls.io/r/tunnckoCore/assertit?branch=master
[coveralls-img]: https://img.shields.io/coveralls/tunnckoCore/assertit.svg?style=flat
[license-url]: https://github.com/tunnckoCore/assertit/blob/master/license.md
[license-img]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat
[travis-url]: https://travis-ci.org/tunnckoCore/assertit
[travis-img]: https://img.shields.io/travis/tunnckoCore/assertit.svg?style=flat
[daviddm-url]: https://david-dm.org/tunnckoCore/assertit
[daviddm-img]: https://img.shields.io/david/tunnckoCore/assertit.svg?style=flat
[author-gratipay]: https://gratipay.com/tunnckoCore
[author-twitter]: https://twitter.com/tunnckoCore
[author-github]: https://github.com/tunnckoCore
[author-npmjs]: https://npmjs.org/~tunnckocore
[contrib-more]: http://j.mp/1stW47C
[contrib-graf]: https://github.com/tunnckoCore/assertit/graphs/contributors
***
_Proudly generated by [docks(1)](https://github.com/tunnckoCore), April 5, 2015_