mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 07:16:41 +01:00
760d941e7f
- Decouple metric assertions from call ordering via arrayContaining - Use closeTo for duration assertion so timing-capture refactors don't break it - Assert sendToolCallingTelemetry call count before indexing mock.calls - Switch error-result assertion to toMatchObject for forward compatibility - Fail loudly when the harness's createInstance receives an unknown ctor Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>