Skip to content

Commit

Permalink
tests: remove unused cb argument
Browse files Browse the repository at this point in the history
  • Loading branch information
fb55 committed Dec 10, 2013
1 parent c9d4abe commit 298546c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test-helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function getCallback(expected, done){
exports.mochaTest = function(name, root, test){
describe(name, readDir);

function readDir(cb){
function readDir(){
var dir = path.join(root, name);

fs
Expand All @@ -78,4 +78,4 @@ exports.mochaTest = function(name, root, test){
test(file, getCallback(file.expected, done));
});
}
};
};

0 comments on commit 298546c

Please sign in to comment.