test: add parameter options to usage of type ExecFileFn
This commit is contained in:
parent
c0f0dc5192
commit
08a833f1cf
22 changed files with 71 additions and 41 deletions
|
|
@ -6,6 +6,7 @@ let calls: string[][] = [];
|
|||
function mockExecFile(
|
||||
_cmd: string,
|
||||
args: string[],
|
||||
options: unknown,
|
||||
callback: (err: Error | null, stdout: string, stderr: string) => void,
|
||||
) {
|
||||
calls.push(args);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue