-
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
chore(test): fix operator test types p-z #3731
Conversation
The test is written for as-yet-unimplemented functionality.
rxTestScheduler must be obtained via the global, as that's how it's configured before each test. It won't be defined at module import time.
I'm going to have to rebase each of these PRs after each's preceding PR is merged. GitHub doesn't seem to support PR dependencies. And the only way I can see to get the merge to work without a rebase involves either having failing tests or cumulative commits that GitHub doesn't remove/hide from the PR when the same commits are merged in a preceding PR is merged. Either way, it's just as annoying as rebasing. |
Description:
Continues from PR #3680 and fixes operators tests for operators starting with
p
through toz
.Related issue (if exists): #3411 #3680