VolkovLabs/business-forms

Improve Unit Tests

Closed this issue · 0 comments

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,