-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mocking a Standalone Component without a Selector does not mock the imports #4032
Comments
satanTime
added a commit
to satanTime/ng-mocks
that referenced
this issue
Oct 30, 2022
satanTime
added a commit
to satanTime/ng-mocks
that referenced
this issue
Oct 30, 2022
satanTime
added a commit
to satanTime/ng-mocks
that referenced
this issue
Oct 30, 2022
thanks for the report! |
satanTime
added a commit
to satanTime/ng-mocks
that referenced
this issue
Oct 30, 2022
satanTime
added a commit
to satanTime/ng-mocks
that referenced
this issue
Oct 30, 2022
satanTime
added a commit
to satanTime/ng-mocks
that referenced
this issue
Oct 30, 2022
satanTime
added a commit
that referenced
this issue
Oct 30, 2022
fix(MockRender): respecting customizations for declarations without selectors #4032
v14.3.2 has been released and contains a fix for the issue. Feel free to reopen the issue or to submit a new one if you meet any problems. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A minimal reproduction:
Both tests pass, but looking in the console you see:
Adding a selector to TextTwoComponent or adding
.mock(RouterModule))
to theMockBuilder
removes this message.This minimal reproduction is reproduced in Code Sandbox.
The text was updated successfully, but these errors were encountered: