()
| 579 | } |
| 580 | |
| 581 | private _defaultMockState(): MockFunctionState { |
| 582 | return { |
| 583 | calls: [], |
| 584 | contexts: [], |
| 585 | instances: [], |
| 586 | invocationCallOrder: [], |
| 587 | results: [], |
| 588 | }; |
| 589 | } |
| 590 | |
| 591 | /* eslint-disable @typescript-eslint/unified-signatures */ |
| 592 | private _makeComponent<T extends Record<string, any>>( |
no outgoing calls
no test coverage detected