module.exports = { execa: jest.fn().mockResolvedValue({ stdout: '' }), execaCommand: jest.fn().mockResolvedValue({ stdout: '' }), }