{"library":"redux-mock-store","type":"library","category":null,"description":"redux-mock-store is a utility package designed to facilitate testing of Redux asynchronous action creators and middleware by providing a mocked Redux store. Its primary function is to capture a log of all dispatched actions, which can then be asserted against in tests. Unlike a real Redux store, `redux-mock-store` does not process actions through reducers, meaning its internal state never updates. This library is currently at version 1.5.5. However, since this version, `redux-mock-store` has been officially deprecated by the Redux team. The recommended testing practice now involves using a real Redux store to test the combined behavior of action creators, reducers, and selectors, asserting on observable state changes rather than just dispatched actions. This package is therefore in a deprecated status, with an implied end of active development and maintenance.","language":"javascript","status":"deprecated","version":"1.5.5","tags":["javascript"],"install":[{"cmd":"npm install redux-mock-store","imports":["import configureStore from 'redux-mock-store'"]},{"cmd":"yarn add redux-mock-store","imports":[]},{"cmd":"pnpm add redux-mock-store","imports":[]}],"homepage":null,"github":"https://github.com/arnaudbenard/redux-mock-store","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/redux-mock-store","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/redux-mock-store/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Tue Jul 21","install_tag":null}}