http://git-wip-us.apache.org/repos/asf/cordova-plugin-test-framework/blob/4a04f962/www/jasmine_helpers.js ---------------------------------------------------------------------- diff --git a/www/jasmine_helpers.js b/www/jasmine_helpers.js index c007104..fe9e06d 100644 --- a/www/jasmine_helpers.js +++ b/www/jasmine_helpers.js @@ -59,6 +59,7 @@ function addJasmineReporters(jasmineInterface, jasmineEnv) { env: jasmineEnv, queryString: function() { return null; }, onRaiseExceptionsClick: function() { }, + onThrowExpectationsClick: function() { }, getContainer: function() { return document.getElementById('content'); }, createElement: function() { return document.createElement.apply(document, arguments); }, createTextNode: function() { return document.createTextNode.apply(document, arguments); },
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
