Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
service.test.ts
to stop disposing of all services (#21811)
file `service.test.ts` was calling to dispose of all items related to the service container for clean up. This led to services in later tests failing since they were close already. Fixes here allow for new tests in the test adapter to be written. fix helps #21803
- Loading branch information