mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-01-12 22:50:22 +08:00
* chore(test): add jest * chore(coverage): add codecov to circleci * chore(vscode): remove vscode from git * chore(test): snapshot all component
4 lines
77 B
JavaScript
4 lines
77 B
JavaScript
// mocks
|
|
|
|
jest.mock('@expo/react-native-action-sheet', () => 'ActionSheet');
|