Files
git-agent-sync/tests/__mocks__/execa.js
7000pctAUTO b6dc3f9751
Some checks failed
CI / test (push) Failing after 5s
fix: Add missing tests directory and files
2026-02-03 08:11:34 +00:00

5 lines
107 B
JavaScript

module.exports = {
__esModule: true,
execa: jest.fn().mockResolvedValue({ stdout: '', stderr: '' })
};