()
| 321 | } |
| 322 | |
| 323 | export function getDefaultCommandExecutor(): CommandExecutor { |
| 324 | return _testCommandExecutorOverride ?? defaultExecutor; |
| 325 | } |
| 326 | |
| 327 | export function getDefaultFileSystemExecutor(): FileSystemExecutor { |
| 328 | return _testFileSystemExecutorOverride ?? defaultFileSystemExecutor; |
no outgoing calls
no test coverage detected