mirror of
https://github.com/zhigang1992/react-native-chat-ui.git
synced 2026-04-30 13:12:32 +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(() => ({
|
export const useSafeAreaInsets = jest.fn(() => ({
|
||||||
top: 0,
|
top: 0,
|
||||||
right: 0,
|
right: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user