// Import this named export into your test file: import Platform from '../platform'; export const mockGetFromUser = jest.fn().mockResolvedValue({ version: '', targetPlatform: Platform.types.Test, projectPath: '.', buildName: Platform.types.Test, buildsPath: 'build', buildMethod: undefined, buildVersion: '1.3.37', customParameters: '', sshAgent: '', chownFilesTo: '', }); export default { getFromUser: mockGetFromUser, };