(cmdString: string)
| 40 | } |
| 41 | |
| 42 | function findRule(cmdString: string): MockRule | undefined { |
| 43 | return rules.find((r) => matchCommand(cmdString, r)); |
| 44 | } |
| 45 | |
| 46 | /** |
| 47 | * Install the shell mock interceptor. |
no test coverage detected
searching dependent graphs…