Fix linting error

This commit is contained in:
Sander Declerck 2025-10-23 13:29:14 +02:00
parent 08c1328b52
commit 7a55be49f4
No known key found for this signature in database

View file

@ -22,7 +22,7 @@ describe("safeSpawn", () => {
},
};
},
execSync: (cmd, opts) => {
execSync: (cmd) => {
// Simulate 'command -v' returning full path
const match = cmd.match(/command -v (.+)/);
if (match) {