mirror of
https://github.com/vector-im/element-call.git
synced 2026-03-04 05:37:22 +00:00
remove unused test helper
This commit is contained in:
@@ -80,7 +80,6 @@ export async function flushPromises(): Promise<void> {
|
||||
}
|
||||
|
||||
export interface OurRunHelpers extends RunHelpers {
|
||||
scheduler: TestScheduler;
|
||||
/**
|
||||
* Schedules a sequence of actions to happen, as described by a marble
|
||||
* diagram.
|
||||
@@ -124,7 +123,6 @@ export function withTestScheduler(
|
||||
continuation({
|
||||
...helpers,
|
||||
scope,
|
||||
scheduler,
|
||||
schedule(marbles, actions) {
|
||||
const actionsObservable$ = helpers
|
||||
.cold(marbles)
|
||||
|
||||
Reference in New Issue
Block a user