diff --git a/src/views/__tests__/TabView-test.js b/src/views/__tests__/TabView-test.js index dcea82d..a8ae6aa 100644 --- a/src/views/__tests__/TabView-test.js +++ b/src/views/__tests__/TabView-test.js @@ -10,6 +10,8 @@ const dummyEventSubscriber = (name, handler) => ({ }); describe('TabBarBottom', () => { + jest.useFakeTimers(); + it('renders successfully', () => { const route = { key: 's1', routeName: 's1' }; const navigation = {