Skip to content

Commit

Permalink
Use react-native-mock in tests setup
Browse files Browse the repository at this point in the history
  • Loading branch information
vovkasm committed Dec 14, 2016
1 parent f248e97 commit 4dd46b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ process.env.NODE_ENV = 'test'
global.__DEV__ = true

require('babel-register')()

require('react-native-mock/mock')

0 comments on commit 4dd46b8

Please sign in to comment.