module.exports = { execa: jest.fn(async (cmd, args, options) => { return { stdout: '', stderr: '' }; }) };