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
I've made this (internal) change in one of my components "A" which leaves the public api of the component unchanged.
The component "A" is consumed (used) by component "B".
Now the test of component "B" is failing because the alias seems not to be picked up. Notice, that I did not change a single line in component "B" at all (neither template, nor test etc.):
This is my test setup:
The text was updated successfully, but these errors were encountered:
Description of the bug
I've made this (internal) change in one of my components "A" which leaves the public api of the component unchanged.
The component "A" is consumed (used) by component "B".
Now the test of component "B" is failing because the alias seems not to be picked up. Notice, that I did not change a single line in component "B" at all (neither template, nor test etc.):
This is my test setup:
The text was updated successfully, but these errors were encountered: