chore: Push remaining test files
Some checks failed
/ test (push) Failing after 4s

This commit is contained in:
2026-02-03 08:43:24 +00:00
parent 413859559f
commit a40ad5582d

View File

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