Initial upload with CI/CD workflow
Some checks failed
CI / test (push) Failing after 5s

This commit is contained in:
2026-02-05 19:32:04 +00:00
parent 6159f8577d
commit a08cf84170

5
tests/__mocks__/execa.ts Normal file
View File

@@ -0,0 +1,5 @@
const execaMock = jest.fn();
export const execa = execaMock;
export default execaMock;