Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 269 Bytes

File metadata and controls

20 lines (14 loc) · 269 Bytes

Test

You should run test to make sure you don't break anything, to run tests from browser you need to run

npm install
make test

and run ESlint and JSONLint using:

make lint

you can also run test coverage using

make coverage