test: export type to be usable in test
This commit is contained in:
parent
435f654cbe
commit
4fa471263f
2 changed files with 2 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { execFile as execFileOriginal } from "node:child_process";
|
||||
|
||||
type ExecFileFn = (
|
||||
export type ExecFileFn = (
|
||||
cmd: string,
|
||||
args: string[],
|
||||
callback: (err: Error | null, stdout: string, stderr: string) => void,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue