This commit is contained in:
Oleksii Bulenok
2026-06-17 13:29:52 +02:00
parent 49ca9a2e7e
commit baee7d98fc
32 changed files with 584 additions and 503 deletions
@@ -1,6 +1,6 @@
import {beforeEach, describe, expect, it, jest} from '@jest/globals'
jest.mock('@bsky.app/react-native-mmkv', () => ({
jest.mock('react-native-mmkv', () => ({
MMKV: class MMKVMock {
_store = new Map<string, string>()