rt2zz / redux-persist

persist and rehydrate a redux store
MIT License
12.94k stars 866 forks source link

Migrate all test cases to jest #1355

Open ayuthmang opened 2 years ago

ayuthmang commented 2 years ago

I've seen the README.md file that contains the task to move test framework from Ava to Jest.

This PR is migrating all things from Ava to Jest.

ayuthmang commented 2 years ago

Hmm, seems need to migrate from sinon to jest.fn too, w8.

ayuthmang commented 2 years ago

Done migrating ava, sinon to jest and removed unused dependencies. Read for review. ☺️

olso commented 2 years ago

can this get merged? i actually wanted to do a PR for testing autoMergeLevel2