-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Issue testing @ngrx/effects #117
Comments
MikeRyanDev
added a commit
that referenced
this issue
Jul 19, 2017
Thanks for the report! Fix is in PR #121 |
brandonroberts
pushed a commit
that referenced
this issue
Jul 19, 2017
I am not sure that issue is solve. I just run into that and just updated the ngrx again and checked the commit which apparently fixes the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When testing using
provideMockActions()
I getTypeError: this.actions$.ofType is not a function
. If I comment out the.ofType()
filter in my effects class, then my tests run and pass/fail. Uncommenting the.ofType()
filter in my effects works just fine when I serve the site. It is only in testing that I have the issue.Imports:
TestBed:
Broken Test:
Effect:
I've followed the migration document, but I can't seem to figure this one out.
The text was updated successfully, but these errors were encountered: