Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 264 Bytes

contributing.md

File metadata and controls

19 lines (13 loc) · 264 Bytes

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:tests
open tests.html