OK, found a solution.
Should use jest.useFakeTimers()
Note: Put the code above just after import
section in your test file.
OK, found a solution.
Should use jest.useFakeTimers()
Note: Put the code above just after import
section in your test file.