npm install redux-mock-storeyarn add redux-mock-storepnpm add redux-mock-store<script src="https://fastly.jsdelivr.net/npm/redux-mock-store"></script><script src="https://unpkg.com/redux-mock-store"></script><script type="module">
import reduxmockstore from 'https://cdn.jsdelivr.net/npm/redux-mock-store/+esm';
</script><script type="module">
import reduxmockstore from 'https://cdn.skypack.dev/redux-mock-store';
</script>