Jed
Jed
I'm saying that the user might have an `.editorconfig` file at project root, which expresses their desired indentation. This should be honored and is easy to do with the [`editorconfig`](https://www.npmjs.com/package/editorconfig)...
FWIW, I forked the project, converted it into TypeScript and published it on npm: https://github.com/dmitry-zaets/redux-mock-store/issues/148#issuecomment-510758916
My Typescript fork comes with 100% test coverage.
I made a TypeScript fork of this library and resolved some open issues at [`@jedmao/redux-mock-store`](https://www.npmjs.com/package/@jedmao/redux-mock-store).
https://github.com/dmitry-zaets/redux-mock-store/issues/148#issuecomment-510758916
Just curious, how and why are you using this package as a browser/UMD module?
I'm throwing an error when `replaceReducer` is called on my TypeScript fork, [`@jedmao/redux-mock-store`](https://www.npmjs.com/package/@jedmao/redux-mock-store).
I implemented this in my TypeScript fork [`@jedmao/redux-mock-store`](https://www.npmjs.com/package/@jedmao/redux-mock-store) if you want to take a look!
This should be fixed in my TypeScript fork: https://github.com/dmitry-zaets/redux-mock-store/issues/148#issuecomment-510758916