# assertit

> Thin sugar layer on top of `testit` framework, `is-kindof` and `assert`.

Latest version **0.1.0** (published 2015-04-05) · MIT license · 0 weekly downloads

## Install

```sh
npm install assertit
pnpm add assertit
yarn add assertit
bun add assertit
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2015-04-05 |
| First published | 2015-04-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Charlike Mike Reagent |
| Maintainers | tunnckocore |
| Keywords | assert, bdd, describe, framework, kindof, sugar, suite, tdd, test, testit, think, typeof |

## Links

- npm: https://www.npmjs.com/package/assertit
- Repository: https://github.com/tunnckoCore/assertit
- Issues: https://github.com/tunnckoCore/assertit/issues
- npm.io page: https://npm.io/package/assertit

## Dependencies (2)

- [testit](https://npm.io/package/testit.md) ~2.0.2
- [assert-kindof](https://npm.io/package/assert-kindof.md) ~1.0.0

## Alternatives

- [duck](https://npm.io/package/duck.md) — 4.2M weekly downloads
- [ava](https://npm.io/package/ava.md) — 560.2K weekly downloads
- [storybook-addon-module-mock](https://npm.io/package/storybook-addon-module-mock.md) — 71.7K weekly downloads
- [vest](https://npm.io/package/vest.md) — 50.1K weekly downloads
- [@ethereum-waffle/mock-contract](https://npm.io/package/@ethereum-waffle/mock-contract.md) — 40.0K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2015-04-05
- 0.0.1 — 2015-04-05
- 0.0.0 — 2015-04-05

## README

## [![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_

---
_Source: https://npm.io/package/assertit · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
