Home »
MCQs »
Jasmine.js MCQs
Which of the following command manages the Jasmine Clock, which may be used to regulate the flow of time in your tests?
23. Which of the following command manages the Jasmine Clock, which may be used to regulate the flow of time in your tests?
- Clock ()
- toBeClock ()
- Jasmine.Clock()
Answer: C) Jasmine.Clock()
Explanation:
Jasmine.Clock () command manages the Jasmine Clock, which may be used to regulate the flow of time in your tests.