import BackgroundTimer from 'react-native-background-timer'; import {DeviceEventEmitter} from 'react-native'; /** * Class BackgroundTaskManager is designed to manage background tasks using * ...
I expected clearTimeout to cancel mocked timers from being able to be run during jest.runOnlyPendingTimers(); Since setTimeout's mock has limited functionality (you can manually advance time and have ...