-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Marble diagrams incorrectly including ) from value groups in tick counts #3254
Comments
This is apparently handled by rx-sandbox, which we're going to move into RxJS proper. Assigning to @kwonoj cc @jayphelps |
I'll propose small pr convert one of our tests using new module as devdeps. (eventually it could go in monorepo, or other ways around but as an immediate workaround.) |
Hello, I started writing marble tests for my application and I realised that I can't test observables like this:
If I understood correctly, the current marbles syntax just doesn't allow me to do this. What is the recommend way to work around it? I also created a stack overflow question Thanks! |
I believe this is covered by |
RxJS version: 5.x
Code to reproduce:
When using the test scheduler create a marble-based observable with a group
More details can be found in this PR: #2932, which we are closing in favor of @kwonoj's upcoming merging of rx-sandbox.
Basically marbles that look like this:
---(ab)---(cd)--|
Expected behavior:
Actual behavior:
Additional information:
The above structures are just pseudo code (clearly) lol.
See #2932
Also use rx-sandbox for marble tests, if you even need them at all.
The text was updated successfully, but these errors were encountered: