Skip to content

PMerdala/PSAngularUnitTestingCourse

 
 

Repository files navigation

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) on windows 8.1 if you got error "...Could not load the Visual C++ component "VCBuild.exe"...." on Administration cmd run npm install -g --production windows-build-tools restart computer run one again npm install

  • 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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.5%
  • CSS 7.5%
  • HTML 3.0%
  • JavaScript 3.0%