This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = {
|
||||
execa: jest.fn(async (cmd, args, options) => {
|
||||
return { stdout: '', stderr: '' };
|
||||
})
|
||||
__esModule: true,
|
||||
execa: jest.fn(() => Promise.resolve({ stdout: '', stderr: '' })),
|
||||
execaCommand: jest.fn(() => Promise.resolve({ stdout: '', stderr: '' }))
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user