Repository: cordova-mobile-spec Updated Branches: refs/heads/master fe36cf5e0 -> fe744fdc3
trivial: suppress jasmine warning. This closes #137 Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/fe744fdc Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/fe744fdc Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/fe744fdc Branch: refs/heads/master Commit: fe744fdc378ec89d616669b6e4efe9e3274b2b94 Parents: 0886cee Author: Tobias Bocanegra <[email protected]> Authored: Tue Feb 9 13:50:02 2016 -0800 Committer: Tobias Bocanegra <[email protected]> Committed: Thu Feb 11 09:34:30 2016 -0800 ---------------------------------------------------------------------- cordova-plugin-mobilespec-tests/tests/datauri.tests.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/fe744fdc/cordova-plugin-mobilespec-tests/tests/datauri.tests.js ---------------------------------------------------------------------- diff --git a/cordova-plugin-mobilespec-tests/tests/datauri.tests.js b/cordova-plugin-mobilespec-tests/tests/datauri.tests.js index 109e97d..534e1c1 100644 --- a/cordova-plugin-mobilespec-tests/tests/datauri.tests.js +++ b/cordova-plugin-mobilespec-tests/tests/datauri.tests.js @@ -27,6 +27,7 @@ exports.defineAutoTests = function () { function onMessage(done, msg) { if (msg.data == 'foo') { + expect('Suppress SPEC HAS NO EXPECTATIONS').toBeDefined(); done(); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
