Subjects

All subjects Django Java Python React Spring Boot JavaScript PHP
Sign Up Free
Question 4 of 7 · Testing React Applications
Interview question

How do you test Redux? Redux को कैसे test करें?

Answer

Test reducers, actions, selectors separately. Use mock store for integration tests.

Redux testing: reducers, actions, selectors को test करो।

Was this answer clear?