Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 149 Bytes

contributing.md

File metadata and controls

15 lines (11 loc) · 149 Bytes

Run tests

Using karma (real browsers will be launched)

npm i
npm test

Or manually

npm run build:tests
open tests.html