We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d31e5b commit 7fef09eCopy full SHA for 7fef09e
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