-
Notifications
You must be signed in to change notification settings - Fork 1k
Test coverage when using enhancer? #603
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
You can include If you want, you can test the enhancer itself like here. |
If we just need to check that the store exists, I think this should be enough? https://github.com/RaedsLab/showcase-react/blob/master/src/redux/store.test.js |
Yes, just there will be not much difference in development. You could also try to add our instrumentation enhancer (maybe we could also export the other parts) and check if |
How would one go about testing adding this enhancer with jest?
I have this example (link)
something like this:
The text was updated successfully, but these errors were encountered: