Files
vscode/src
Tyler James Leonhardt 9489d85d32 Use a TestAuthUsageService for integration tests and clean up disposables a bit (#251936)
* Use a `TestAuthUsageService` for integration tests and clean up disposables a bit

The test service is needed because otherwise it creates an event that create a disposable... and the test itself doesn't clean that up properly.

That service isn't being tested here, so it's replaced with a mocked one.

* add a similar class for the mainthread tests
2025-06-19 16:16:04 -07:00
..