Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 340 Bytes

readme.md

File metadata and controls

18 lines (15 loc) · 340 Bytes

angular-testing

How to setup angular testing

setup

  • npm install -g nodemon
  • npm install -g karma-cli
  • brew install chromedriver
  • npm install

running

  • npm start

running tests

  • karma start