Add tests, templates, and Gitea Actions workflows
This commit is contained in:
5
.tests/__mocks__/execa.js
Normal file
5
.tests/__mocks__/execa.js
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
module.exports = {
|
||||||
|
execa: jest.fn(async (cmd, args, options) => {
|
||||||
|
return { stdout: '', stderr: '' };
|
||||||
|
})
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user