# Tests

Test library: mocha

Assertion library: expect.js

## Setup

```javascript
// install packages
yarn

// run tests
yarn test:mocha
```
