-
Notifications
You must be signed in to change notification settings - Fork 91
How can I use @Output communication in my test integration? #304
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
Comments
This seems to be working on my end. |
Hi @timdeschryver,
the error logs
|
Hard to tell without an actual reproduction. |
Yes, I tried and the same thing happened. Look
|
What versions of Testing Library and UserEvent are you using? |
My packjson is:
|
|
Thank you very much @timdeschryver, You save my life 😆 |
Glad we were able to resovle this. |
🎉 This issue has been resolved in version 12.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
How can I use @Ouput communincation between my child and parent component?
header-back-button.component.ts (parente component)
icon-button.component.ts (child component)
header-back-button.component.spec.ts (my test)
when I try to test my expect toHaveBeenCalled is not work, because the output in the child component is not emit
The text was updated successfully, but these errors were encountered: