test: change order of parameters in ExecFileFn type
This commit is contained in:
parent
eac22d53d3
commit
af68498494
24 changed files with 36 additions and 68 deletions
|
|
@ -6,7 +6,6 @@ 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