-
Notifications
You must be signed in to change notification settings - Fork 309
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
[Feature]: Support viewChild query from 17.2 #2315
Comments
I thought #2303 would already support queries like |
I thought the same, but it doesnt. https://stackblitz.com/~/github.com/eiswind/mre-viewchild-query-jest ng test runs karma -> works stackblitz seems to have problems running this, but the tests are fine. otherwise please check out the repository at |
@ahnpnl thanks a lot for looking into this. I can see this new test working, but now I am completely lost. I checked out the v17 example from your source, and I cannot get it working there either:
added a test like:
so it must be something with the project setup I guess. I already tried a couple if things I don't competeley understand. If it helps I could publish the example test in a fork. |
OK sorry twice, after updating to 14.03. its working. |
🚀 Feature Proposal
17.2 has added signal queries like
currently this fails when we try to read the signal in a test with
The same test is fine when run with karma.
I had hoped this would have worked already.
Motivation
It would be great if this was working ootb.
Example
No response
The text was updated successfully, but these errors were encountered: