You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2013/06/28 16:15:41 UTC

[17/26] js commit: added done per @infil00p

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/2.9.x
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() {