This commit is contained in:
4
tests/__mocks__/execa.js
Normal file
4
tests/__mocks__/execa.js
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
module.exports = {
|
||||||
|
__esModule: true,
|
||||||
|
execa: jest.fn().mockResolvedValue({ stdout: '', stderr: '' })
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user