fix: Add missing tests directory and files
Some checks failed
CI / test (push) Failing after 5s

This commit is contained in:
2026-02-03 08:11:34 +00:00
parent 898b666db0
commit b6dc3f9751

4
tests/__mocks__/execa.js Normal file
View File

@@ -0,0 +1,4 @@
module.exports = {
__esModule: true,
execa: jest.fn().mockResolvedValue({ stdout: '', stderr: '' })
};