-
-
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
feat: add toEmitValue matchers #537
base: master
Are you sure you want to change the base?
Conversation
Looks like the CI is failing on all negative cases. |
Yes, I know. Please look at the rest. If everything is fine, I will fix the tests. They fall due to the fact that under linux there are other control characters for displaying colored text in the terminal. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have a few comments, other than that LGTM
@@ -0,0 +1,40 @@ | |||
import { CompleteNotification, ErrorNotification, NextNotification } from 'rxjs'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't it be just imported from rxjs/internal
?
|
||
Scheduler.get()['flushTests'].push(flushTest); | ||
|
||
Scheduler.onFlush(() => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need this?
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: #526
What is the new behavior?
Does this PR introduce a breaking change?
Other information