Bug Report
Current Behavior
|
createColdObservable<T>(marbles: string, values?: any, error?: any): ColdObservable<T> { |
Using the TestScheduler for the first time, I don't understand what these parameters accept. The documentation doesn't mention it either: https://github.com/ReactiveX/rxjs/blob/master/doc/marble-testing.md#api
What are they?
Expected behavior
I expect them to have a type declaration
Environment