This commit is contained in:
imeepos
2026-01-28 14:46:12 +08:00
parent ca63868282
commit ea53d8d70e
3 changed files with 141 additions and 222 deletions

View File

@@ -43,6 +43,12 @@ jest.mock('react-native', () => {
get: jest.fn(),
set: jest.fn(),
},
Alert: {
alert: jest.fn(),
},
Linking: {
openURL: jest.fn(),
},
}
})