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
# get dependencies
npm install
# run all tests and checks
npm test# run linting
npm run lint
# run karma tests
npm run karma
npm run karma -- --auto-watch --no-single-run