utils/spy
@ckeditor/ckeditor5-utils/src/spy
module
Filtering
Functions
-
spy() → function
Creates a spy function (ala Sinon.js) that can be used to inspect call to it.
The following are the present features:
- spy.called: property set to
true
if the function has been called at least once.
Returns
function
The spy function.
- spy.called: property set to
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.