Add tests, templates, and Gitea Actions workflows

This commit is contained in:
2026-02-03 07:58:10 +00:00
parent 23220f68c9
commit 1d75132bab

View File

@@ -0,0 +1,5 @@
module.exports = {
execa: jest.fn(async (cmd, args, options) => {
return { stdout: '', stderr: '' };
})
};