Skip to content

Commit

Permalink
Add Modal mock
Browse files Browse the repository at this point in the history
See: jestjs#1739
Related to jestjs#1739
  • Loading branch information
ColCh authored Sep 25, 2016
1 parent f5aef40 commit 34186f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-react-native/src/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jest
.mock('Image', () => mockReactNative.mockComponent('Image'))
.mock('Text', () => mockReactNative.mockComponent('Text'))
.mock('TextInput', () => mockReactNative.mockComponent('TextInput'))
.mock('Modal', () => mockReactNative.mockComponent('Modal'))
.mock('View', () => mockReactNative.mockComponent('View'))
.mock('ScrollView', () => mockReactNative.mockComponent('ScrollView'))
.mock(
Expand Down

0 comments on commit 34186f9

Please sign in to comment.