This PR addresses #2082 by adding comprehensive tests for the persisted course reducer.
File changed
Created a new file test/reducers/persisted_course.spec.js that covers all test cases for this reducer.
All tests were run with both npm test and yarn test, and they passed successfully.
Confirmed that npm run lint-non-build passes without errors.
Any feedback will be highly appreciated. Thank you.
What this PR does
This PR addresses #2082 by adding comprehensive tests for the persisted course reducer.
File changed
Created a new file test/reducers/persisted_course.spec.js that covers all test cases for this reducer.
All tests were run with both npm test and yarn test, and they passed successfully. Confirmed that npm run lint-non-build passes without errors. Any feedback will be highly appreciated. Thank you.