| 1 | import { afterEach, describe, expect, it } from 'vitest'; |
| 2 | |
| 3 | import { Emitter, Event } from '#/base/common/event'; |
| 4 | import { Disposable, DisposableStore, type IDisposable } from '#/di/lifecycle'; |
nothing calls this directly
no test coverage detected