Which of the following command manages the Jasmine Clock, which may be used to regulate the flow of time in your tests?

🎲 Try a Random Question  |  Total Questions in Quiz: 25  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Jasmine.js Practice Test — practice the complete quiz, review flashcards, or try a random question.

Jasmine.js is an open-source testing framework for JavaScript. It aims to run on any JavaScript-enabled platform, to not intrude on the application nor the IDE, and to have easy-to-read syntax. It is heavily influenced by other unit testing frameworks, such as ScrewUnit, JSSpec, JSpec, and RSpec.


Which of the following command manages the Jasmine Clock, which may be used to regulate the flow of time in your tests?