Skip to content

Commit 7fef09e

Browse files
author
sukyeong
committed
fix: fix test code
1 parent 6d31e5b commit 7fef09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mobile/src/hooks/keyboardHeight/useKeyboardHeight.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { subscribeKeyboardHeight } from '../../utils/keyboardHeight/subscribeKey
55

66
import { useKeyboardHeight } from './useKeyboardHeight.ts';
77

8-
vi.mock('@webview-kit/core', () => ({
8+
vi.mock('../../utils/keyboardHeight/subscribeKeyboardHeight.ts', () => ({
99
subscribeKeyboardHeight: vi.fn(),
1010
}));
1111

0 commit comments

Comments
 (0)