We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f3718 commit e1b38e7Copy full SHA for e1b38e7
packages/mobile/src/hooks/keyboardHeight/useKeyboardHeight.test.ts
@@ -5,7 +5,7 @@ import { subscribeKeyboardHeight } from '../../utils/keyboardHeight/subscribeKey
5
6
import { useKeyboardHeight } from './useKeyboardHeight.ts';
7
8
-vi.mock('@webview-kit/core', () => ({
+vi.mock('../../utils/keyboardHeight/subscribeKeyboardHeight.ts', () => ({
9
subscribeKeyboardHeight: vi.fn(),
10
}));
11
0 commit comments