To run the test, we have to type ______. Start Jasmine karma start Run Jasmine Load Karma
Answers
Answered by
1
Answer:
karma start
Explanation:
To run the test, we have to type karma start
Karma
Karma is basically a tool which produces a web server that executes source code against test code for each of the browsers connected.
The results of each test against each browser are analysed and the programmer can see the result that which browsers have passed the test and which have failed using the command line tool.
Similar questions