mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 09:08:15 +00:00
Fix memory leak in TabView-test.js (#3742)
This commit is contained in:
parent
5bf071e3ee
commit
5038ee2360
@ -10,6 +10,8 @@ const dummyEventSubscriber = (name, handler) => ({
|
||||
});
|
||||
|
||||
describe('TabBarBottom', () => {
|
||||
jest.useFakeTimers();
|
||||
|
||||
it('renders successfully', () => {
|
||||
const route = { key: 's1', routeName: 's1' };
|
||||
const navigation = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user