You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# install dependencies
npm install
# run lint
npm run lint
# run unit tests
npm run unit
# run all tests
npm test# upload coverage info to coveralls
npm run coveralls