We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33fa015 commit 60e0a76Copy full SHA for 60e0a76
1 file changed
lib/agent/lockup/positionsCreate.spec.ts
@@ -3,12 +3,6 @@ import { Options, positionsCreate } from './positionsCreate'
3
import { testProviders } from '../common/const'
4
import { stubTransactionResposeFactory } from '../../common/utils/for-test'
5
6
-// jest.mock('./common', () => {
7
-// return {
8
-// getLockupContract: jest.fn().mockReturnValue({depositToProperty: (propertyAddress: string, amount: number) => stubTransactionResposeFactory})
9
-// };
10
-// });
11
-
12
jest.mock('./common', () => {
13
return {
14
getLockupContract: jest.fn(),
0 commit comments