assert-simple-tap
Version:
assert module with tap-output
29 lines (19 loc) • 727 B
Markdown
# assert-simple-tap
[![travis][travis-image]][travis-url]
[![npm][npm-image]][npm-url]
[travis-image]: https://img.shields.io/travis/laat/assert-simple-tap.svg?style=flat
[travis-url]: https://travis-ci.org/laat/assert-simple-tap
[npm-image]: https://img.shields.io/npm/v/assert-simple-tap.svg?style=flat
[npm-url]: https://npmjs.org/package/assert-simple-tap
> assert module with tap-output
This is a simple wrapper around the native [assert](https://nodejs.org/api/assert.html) which prints [tap](https://testanything.org/) output.
## Install
```
$ npm install --save assert-simple-tap
```
## Usage
```javascript
import assert from 'assert-simple-tap'
```
## License
MIT © [Sigurd Fosseng](https://github.com/laat)