| 673 | async (response, context) => { |
| 674 | await setupThirdPartyDeveloperTools(response, context, () => { |
| 675 | class CustomClass { |
| 676 | val = 'value'; |
| 677 | } |
| 678 | const mockToolGroup = { |
| 679 | name: 'test-group', |
| 680 | description: 'test description', |
nothing calls this directly
no outgoing calls
no test coverage detected