Improve Unit Tests
Closed this issue · 0 comments
asimonok commented
Refactor unit tests to support the following jest options:
/**
* Reset mocks implementation between tests
*/
resetMocks: true,
/**
* Randomize the order of the tests to exclude dependencies between tests
*/
randomize: true,