Files
Xavier Carpentier e0546481b3 Add Jest tests and Codecov reports (#673)
* chore(test): add jest

* chore(coverage): add codecov to circleci

* chore(vscode): remove vscode from git

* chore(test): snapshot all component
2017-12-20 10:53:33 -05:00

4 lines
77 B
JavaScript

// mocks
jest.mock('@expo/react-native-action-sheet', () => 'ActionSheet');