-
Notifications
You must be signed in to change notification settings - Fork 161
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
spec selection does not work anymore #282
Comments
it used to work with a setup brough by angular 9:
config
repro:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using this stack of dependencies:
and this config:
(both generated by a brand new Angular 11 project)
And clicking on a specific spec link in the DEBUG view (I don't really know if it's supposed to work in the regular view)
We get this error in the console (apparently not the first time we click)
:
And, as we can see, all specs are eventually ran instead. LOG_DEBUG isn't too much of help here.
For an easy repro, create an empty Angular 11 project, with a new library in it and run its tests:
2 spec files will be available to run
The text was updated successfully, but these errors were encountered: