Skip to content

devpato/angular-unit-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2a70409 · Feb 10, 2020

History

53 Commits
Feb 10, 2020
Apr 5, 2018
Feb 10, 2020
Apr 5, 2018
Apr 5, 2018
Feb 10, 2020
Sep 11, 2018
Feb 5, 2020
Feb 5, 2020
Apr 5, 2018
Apr 5, 2018
Apr 5, 2018

Repository files navigation

Types of test:

Isolated Unit Test

Testing only what is inside of the class without the decorators, testing the value and what returns the function for example. Isolate the class and testing as a regular JS code.

Shallow Integration Test

Gives us a way to test the component with it's template. Like ignore child directives.

Deep Integration Test

Integration test with Location child directives and interation testing with services