Skip to content

Commit

Permalink
fix: move test util to mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
schmanu committed Sep 20, 2023
1 parent 2df6274 commit 767222a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
File renamed without changes.

0 comments on commit 767222a

Please sign in to comment.