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
Thanks for opening this issue @arhill05 .
I have to test this out, I suspect that this happens because of a conflicted Angular version.
Have you tried this on Angular v15?
Attempting to run my tests with
ng test
and I immediately get an error upon importing from '@angular/testing-library'The code in question:
The error in full:
Removing the import from my test allows the build to pass.
package.json contents:
The text was updated successfully, but these errors were encountered: