You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/05/28 10:17:02 UTC

[cordova-mobile-spec] 06/08: fix bridge.tests.js (technically, make it run at least)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-cleanup_plugins
in repository https://gitbox.apache.org/repos/asf/cordova-mobile-spec.git

commit f0e18a278d7e106d0b93a3e53c471078fee345e9
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Tue May 28 12:12:02 2019 +0200

    fix bridge.tests.js (technically, make it run at least)
---
 cordova-plugin-mobilespec-tests/tests/bridge.tests.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cordova-plugin-mobilespec-tests/tests/bridge.tests.js b/cordova-plugin-mobilespec-tests/tests/bridge.tests.js
index 954f41e..ee76ff5 100644
--- a/cordova-plugin-mobilespec-tests/tests/bridge.tests.js
+++ b/cordova-plugin-mobilespec-tests/tests/bridge.tests.js
@@ -19,7 +19,7 @@
  *
  */
 exports.defineAutoTests = function () {
-    describe('Bridge', function (done) {
+    describe('Bridge', function () {
         var frame;
         afterEach(function () {
             if (frame) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org