Closed danielsogl closed 2 years ago
Greate PR it also solves issue with lodash getPlainObject that doesn't support TS
This is already updated in one of the fork - https://github.com/jedmao/redux-mock-store/blob/master/src/utils.ts
Isn't it good to cover these function with unit tests. You may copy from this PR (in one of the fork) - https://github.com/jedmao/redux-mock-store/pull/45/files
This PR removes the lodash dependency and replaces the used function with plain javascript.