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
There are several issus with the component testing documentation.
The $injector is missing, that should be created in beforeEach
The test describes a FirstComponent that doesn't exist
From the given example it's hard to create a working test. All I tried always leads to TypeError: undefined is not a constructor (evaluating 'render(FirstComponent)')
The text was updated successfully, but these errors were encountered:
@DaSchTour, thanks for the feedback. I hope to overhaul the testing documentation when working on #93. Can you link to a docs page so I can address this specific confusion?
There are several issus with the component testing documentation.
From the given example it's hard to create a working test. All I tried always leads to
TypeError: undefined is not a constructor (evaluating 'render(FirstComponent)')
The text was updated successfully, but these errors were encountered: