-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Support Time progression syntax #117
Comments
I'll look into this. |
Ok, the issue is identified. |
Thank you very much. As you see, not urgent at all (vacation-time 🌴). I just used the rxjs TestScheduler. |
Is it not implemented yet? |
Unfortunately not yet. But any contribution is welcome. |
This explains, why I couldn't get my tests working. Any timeline on this change? Is this also the reason why
|
Hey @leonard84, unfortunately time progression is still not supported and I'm struggling to see when I'll be free to do this. Contributions are welcome. |
If your using testScheduler.run(helpers => {
const { cold, expectObservable } = helpers;
}; cold has a slightly different syntax but at least it all supports proper timeframes. Not really sure what the point of a marble diagram library that doesn't support time is...seems a bit pointless given that you can achieve the same thing using existing libraries that work fine inside of jest 🤷♂️ |
I couldn't get the following marble to run with jest-marbles, but it worked fine with the normal testScheduler setup. Cold and hot just give me frames for every letter/digit.
I hope that's enough info to reproduce.
npm info = [email protected]
The text was updated successfully, but these errors were encountered: