Skip to content

Commit

Permalink
Merge pull request #1 from wki/master
Browse files Browse the repository at this point in the history
modified qunit behavior
  • Loading branch information
maccman committed Feb 29, 2012
2 parents 44d8907 + 172f2b4 commit bf86d1c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/js/qunit.js
Expand Up @@ -20,7 +20,9 @@ window.addEventListener("load", function(){
print(ansi.green + result.passed + " passed, " + ansi.none);
print("Total " + result.total);
puts("");

Ichabod.exit();
};

QUnit.done = function() {
Ichabod.exit();
};
});

0 comments on commit bf86d1c

Please sign in to comment.