fix: bug
This commit is contained in:
@@ -43,6 +43,12 @@ jest.mock('react-native', () => {
|
||||
get: jest.fn(),
|
||||
set: jest.fn(),
|
||||
},
|
||||
Alert: {
|
||||
alert: jest.fn(),
|
||||
},
|
||||
Linking: {
|
||||
openURL: jest.fn(),
|
||||
},
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user