Replies: 1 comment
-
Actually, docs look a bit off here. const createScheduler = () => new TestScheduler((actual, expected) => {
expect(actual).deep.equal(expected);
}); I copied it from the first example from the same page. If you'd like, please create a PR fixing the docs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Example: https://rxjs.dev/guide/testing/marble-testing#examples-1
What's
createScheduler
? Where does it come from?Beta Was this translation helpful? Give feedback.
All reactions