completion
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/* global jest: true */
|
||||
|
||||
const geolocation = {
|
||||
setRNConfiguration: jest.fn(() => {}),
|
||||
getCurrentPosition: jest.fn(() => {}),
|
||||
watchPosition: jest.fn(() => {}),
|
||||
clearWatch: jest.fn(() => {}),
|
||||
stopObserving: jest.fn(() => {}),
|
||||
};
|
||||
|
||||
export default geolocation;
|
||||
Reference in New Issue
Block a user