()
| 14 | import { getDefaultTestClientOptions, TestClient } from '../mocks/client'; |
| 15 | |
| 16 | function getTestClient(): TestClient { |
| 17 | return new TestClient( |
| 18 | getDefaultTestClientOptions({ |
| 19 | dsn: 'https://username@domain/123', |
| 20 | }), |
| 21 | ); |
| 22 | } |
| 23 | |
| 24 | /** JSDoc */ |
| 25 | class MockIntegration implements Integration { |
no test coverage detected