Home »
MCQs »
Jasmine.js MCQs
____ is a feature integrated into the Jasmine framework that allows you to spy on a specific section of code
22. ____ is a feature integrated into the Jasmine framework that allows you to spy on a specific section of code.
- SpyOn()
- Spy ()
- CreateSpy ()
Answer: A) SpyOn()
Explanation:
SpyOn() is a feature integrated into the Jasmine framework that allows you to spy on a specific section of code.