Files
git-agent-sync/tests/__mocks__/execa.js
7000pctAUTO a40ad5582d
Some checks failed
/ test (push) Failing after 4s
chore: Push remaining test files
2026-02-03 08:43:24 +00:00

6 lines
186 B
JavaScript

module.exports = {
__esModule: true,
execa: jest.fn(() => Promise.resolve({ stdout: '', stderr: '' })),
execaCommand: jest.fn(() => Promise.resolve({ stdout: '', stderr: '' }))
};