WikiEducationFoundation / WikiEduDashboard

Wiki Education Foundation's Wikipedia course dashboard system
https://dashboard.wikiedu.org
MIT License
392 stars 631 forks source link

Test: Add comprehensive tests for the persisted course reducer #6011

Closed wulanseruniati closed 3 weeks ago

wulanseruniati commented 3 weeks ago

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.