Closed MrRefactoring closed 5 years ago
@MrRefactoring Thanks for this! It solves some Jest issues for us.
With your changes and introduction of .babelrc
, jest.config.js
no longer needs the transform
rule and jest.transform.js
can be removed. Is that correct? If it is can you also modify those files.
Thanks again!
Thanks for the review! I also wanted to update redux-saga
and web3
, but this causes some errors when testing. Can we review these errors together if I create another PR?
@MrRefactoring Thanks again for this update.
Please create a separate PR for redux-saga and I'll be happy to work with you on that. I feel that upgrading to redux-saga will need some care and more tests because redux-saga v1.0 introduced a number of breaking changes that have to be accounted for.
This looks good @MrRefactoring. I'll run integration tests against DRC and Drizzle box as a final confidence test.
@cds-amal What's the status on reviewing this PR?