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