This commit is contained in:
Samuel Newman
2026-07-31 13:48:54 +03:00
parent d14cc84a7b
commit 45ca99b36c
+6
View File
@@ -45,6 +45,12 @@ jest.mock('#/storage', () => ({
},
}))
jest.mock('#/alf', () => ({
useTheme: jest.fn().mockImplementation(() => ({
scheme: 'light',
})),
}))
/**
* `channel` here is the build-time constant baked into the native build, not the
* channel of the running bundle. `channel` is passed as the manifest metadata