superdyzio / PSAngularUnitTestingCourse

fork for adding tests for learning purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

fork for adding tests for learning purposes


Languages

Language:TypeScript 85.0%Language:CSS 8.7%Language:HTML 3.5%Language:JavaScript 2.9%