Skip to content

Commit

Permalink
fix: warning in console when running tests (callstack#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunohkbx authored and Trancever committed Jun 27, 2019
1 parent 72b201f commit 72da47e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/__tests__/BottomNavigation.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import * as React from 'react';
import renderer from 'react-test-renderer';
import BottomNavigation from '../BottomNavigation.tsx';

jest.useFakeTimers();

jest.mock('Animated', () => {
const ActualAnimated = jest.requireActual('Animated');

Expand Down

0 comments on commit 72da47e

Please sign in to comment.