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
The idea is to provide a way to test a component with its mocked dependencies from providers.
A possible solution is to use the same approach as MockModule does, when it checks all declarations and extends an original class if it shouldn't be mocked but one of its dependencies should.
The text was updated successfully, but these errors were encountered:
The idea is to provide a way to test a component with its mocked dependencies from providers.
A possible solution is to use the same approach as MockModule does, when it checks all declarations and extends an original class if it shouldn't be mocked but one of its dependencies should.
The text was updated successfully, but these errors were encountered: