We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c386e16 + fe15db5 commit 3cca01aCopy full SHA for 3cca01a
projects/rxjs-marbles/src/lib/test-scheduler.ts
@@ -82,6 +82,7 @@ export class TestScheduler extends RxJsTestScheduler {
82
expectObservable(observable).toEqual(obs);
83
});
84
},
85
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
86
toContain: (...values: any[]) => {
87
88
this.useContain = true;
0 commit comments