## Prerequisites

To install the development dependencies you will need Node 5 or 6. Node 7 is not yet supported.

## Run tests

Using karma (real browsers will be launched)

```bash
npm i
npm test
```

Or manually

```bash
npm run build:tests
open tests.html
```
