| 688 | async (response, context) => { |
| 689 | await setupThirdPartyDeveloperTools(response, context, () => { |
| 690 | class CustomClass { |
| 691 | val = 'value'; |
| 692 | } |
| 693 | const mockToolGroup = { |
| 694 | name: 'test-group', |
| 695 | description: 'test description', |
nothing calls this directly
no outgoing calls
no test coverage detected