mirror of
https://github.com/zhigang1992/react-native-chat-ui.git
synced 2026-01-12 17:42:19 +08:00
Fix tests
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
export const useSafeAreaFrame = jest.fn(() => ({
|
||||
height: 896,
|
||||
width: 414,
|
||||
x: 0,
|
||||
y: 0,
|
||||
}))
|
||||
|
||||
export const useSafeAreaInsets = jest.fn(() => ({
|
||||
top: 0,
|
||||
right: 0,
|
||||
|
||||
Reference in New Issue
Block a user