Unit Test forkJoin #7294
argelj289
started this conversation in
Report issues other than bug
Replies: 1 comment
-
I would like to followup on this |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to get the support's expertise on this regarding the forkJoin's subscribe
I am using Karma Jasmine for Unit testing our app
I am having trouble with regards to getting the code coverage inside the subscribe of forkJoin
I tried some suggestions like calling the method complete() of the Subject but the code coverage is still unable to reach the codes inside subscribe()
here is the sample code I have on my component:
this is the sample code for unit test:
Beta Was this translation helpful? Give feedback.
All reactions