diff --git a/src/hooks/wallets/mpc/recovery/__tests__/usePasswordRecovery.test.ts b/src/hooks/wallets/mpc/recovery/__tests__/usePasswordRecovery.test.ts index b5ee276627..1fb0d77f47 100644 --- a/src/hooks/wallets/mpc/recovery/__tests__/usePasswordRecovery.test.ts +++ b/src/hooks/wallets/mpc/recovery/__tests__/usePasswordRecovery.test.ts @@ -5,7 +5,7 @@ import fixtures from './fixtures.json' import BN from 'bn.js' import { getPubKeyPoint, ShareStore } from '@tkey-mpc/common-types' import { usePasswordRecovery } from '../usePasswordRecovery' -import { MockThresholdKey, type TKeySetupParameters } from './mockTKey' +import { MockThresholdKey, type TKeySetupParameters } from '@/tests/mocks/mockTKey' const localShareSetupParams: TKeySetupParameters = { metadata: Metadata.fromJSON(fixtures.fixtureInitializedLocalShare.metadata), diff --git a/src/hooks/wallets/mpc/recovery/__tests__/mockTKey.ts b/src/tests/mocks/mockTKey.ts similarity index 100% rename from src/hooks/wallets/mpc/recovery/__tests__/mockTKey.ts rename to src/tests/mocks/mockTKey.ts