fix decline event type

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2025-08-26 19:07:52 +02:00
parent a91c71a8e4
commit fe65c1f4da
3 changed files with 4 additions and 5 deletions

View File

@@ -144,7 +144,6 @@ export function withTestScheduler(
scope.end();
}
interface EmitterMock<T> {
on: (...args: unknown[]) => T;
off: (...args: unknown[]) => T;