All Questions
1 question
0
votes
1
answer
1k
views
How to write test case for rxjs interval in angular 8?
I have one method "intervalCall()" into app.component.ts and sending the request every 60 seconds using rxjs interval, so want to test case for it for spect file, below is the method.
...