completion
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/* global jest: true */
|
||||
|
||||
jest.mock('@react-native-community/netinfo', () => ({
|
||||
getConnectionInfo: () => Promise.resolve(),
|
||||
addEventListener: jest.fn(),
|
||||
isConnected: jest.fn(),
|
||||
}));
|
||||
Reference in New Issue
Block a user