You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2013/06/25 22:56:03 UTC

js commit: added done per @infil00p

Updated Branches:
  refs/heads/master 97dae01c8 -> d81abfc97


added done per @infil00p


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/d81abfc9
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/d81abfc9
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/d81abfc9

Branch: refs/heads/master
Commit: d81abfc971f85667db93056024931d5c494df507
Parents: 97dae01
Author: Brian LeRoux <br...@westcoastlogic.com>
Authored: Tue Jun 25 13:55:41 2013 -0700
Committer: Brian LeRoux <br...@westcoastlogic.com>
Committed: Tue Jun 25 13:55:41 2013 -0700

----------------------------------------------------------------------
 Gruntfile.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/d81abfc9/Gruntfile.js
----------------------------------------------------------------------
diff --git a/Gruntfile.js b/Gruntfile.js
index 3b9ca4e..81275ad 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -120,7 +120,7 @@ module.exports = function(grunt) {
 
     grunt.registerTask('test', 'Runs test in node', function() {
         var done = this.async();
-        require('./test/runner').node();
+        require('./test/runner').node(done);
     });
 
     grunt.registerTask('btest', 'Runs tests in the browser', function() {