You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
Hi,
I'm trying to write tests for my projects and I read a lot of your articles and I find many interesting ones such as: Stop mocking fetch where you used msw.
But I'm actually confused:
I have some containers components using redux. Do I need to wrap the components and pass the state each time I want to test them like in this example Writing Tests or I use msw handlers and tests the behavior of the app without concentrating a lot with what happens inside the redux store.
I don't know if the different steps occured inside the redux store considered as implementation details and I have to not care a lot about them or not?
I know that you don't use the state management libraries but I just want to know your opinion about that?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm trying to write tests for my projects and I read a lot of your articles and I find many interesting ones such as: Stop mocking fetch where you used msw.
But I'm actually confused:
I have some containers components using redux. Do I need to wrap the components and pass the state each time I want to test them like in this example Writing Tests or I use msw handlers and tests the behavior of the app without concentrating a lot with what happens inside the redux store.
I don't know if the different steps occured inside the redux store considered as implementation details and I have to not care a lot about them or not?
I know that you don't use the state management libraries but I just want to know your opinion about that?
Thanks a lot.
The text was updated successfully, but these errors were encountered: