Commit 0104bc4
committed
chore(telemetry): satisfy CI lint and prettier
- Apply prettier to TelemetryClientProvider.test.ts (sed-edits in the
prior commit didn't preserve formatting).
- Silence eslint `no-await-in-loop` on the auth-context fall-through
in TelemetryClient.getConnectionProvider — sequential by intent.
- Drop the empty public constructor on TelemetryClientProvider; leave
a comment explaining the singleton + test-friendly construction
contract.
Co-authored-by: Isaac1 parent 7395026 commit 0104bc4
3 files changed
Lines changed: 8 additions & 7 deletions
File tree
- lib/telemetry
- tests/unit/telemetry
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
0 commit comments