You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
6
+
7
+
## Shallow Integration Test
8
+
Gives us a way to test the component with it's template. Like ignore child directives.
9
+
10
+
## Deep Integration Test
11
+
Integration test with Location child directives and interation testing with services
0 commit comments