Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 285 Bytes

contributing.md

File metadata and controls

21 lines (14 loc) · 285 Bytes

Contributing

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)

npm i
npm test

Or manually

npm run build:test
open tests/index.html