mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
moves ofac and protocol store (#1012)
* move ofact tree fetch to common * move protocol store to the msdk, fix some dependencies on msdk
This commit is contained in:
@@ -25,7 +25,7 @@ jest.mock('@/providers/passportDataProvider', () => ({
|
||||
}));
|
||||
|
||||
// Mock the protocol store to avoid complex state management
|
||||
jest.mock('@/stores/protocolStore', () => ({
|
||||
jest.mock('@selfxyz/mobile-sdk-alpha/stores', () => ({
|
||||
useProtocolStore: {
|
||||
getState: jest.fn(() => ({
|
||||
passport: {
|
||||
|
||||
Reference in New Issue
Block a user