Skip to content

Commit

Permalink
Fix transient test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Nov 5, 2019
1 parent 62dee7a commit ce73eab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1,156 deletions.
3 changes: 3 additions & 0 deletions packages/mobile/src/verify/VerificationLoadingScreen.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import * as renderer from 'react-test-renderer'
import VerificationLoadingScreen from 'src/verify/VerificationLoadingScreen'
import { createMockStore } from 'test/utils'

// Mocking the carousel since it seems to cause transient snapshot failures
jest.mock('react-native-snap-carousel')

describe('VerificationLoadingScreen', () => {
const store = createMockStore({})

Expand Down
Loading

0 comments on commit ce73eab

Please sign in to comment.