-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Unit Test Help #15
Comments
You'll need to initialize the store |
Good catch. That didn't seem to work either. I'm trying to integrate with the TestHost code. I think the problem may have to do with not being able to register the middleware. Any help with a basic unit test sample would be greatly appreciated. https://blog.stevensanderson.com/2019/08/29/blazor-unit-testing-prototype/ |
If you could send me a minimal project so I can see exactly what you are trying to do then I'll have a look at it for you. |
I'm closing this due to inactivity. If you do create something that demonstrates the problem please let me know. |
I'm trying to write a component unit test. I've managed to inject Fluxor parts into my testhost but the events never seem to fire. Is there a sample unit test anywhere?
The text was updated successfully, but these errors were encountered: