Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 375 Bytes

File metadata and controls

10 lines (8 loc) · 375 Bytes

My tests added to Pluralsight's Unit Testing in Angular Course by Joe Eames

To get started, clone the repo or download it.

Commands:

  • npm install (install all dependencies)
  • npm start (app visible on http://localhost:4200)
  • npm test (all components tests; run by karma)
  • npm e2e (all end-to-end tests; run by protractor)

In case of any questions feel free to ask me.