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