(rule: MockRule)
| 86 | |
| 87 | /** Add a custom mock rule (higher priority than defaults) */ |
| 88 | export function addMockRule(rule: MockRule) { |
| 89 | rules.unshift(rule); |
| 90 | } |
| 91 | |
| 92 | /** Get all recorded command calls */ |
| 93 | export function getCalls(): CommandCall[] { |
no outgoing calls
no test coverage detected
searching dependent graphs…