all tests converted to mocha

This commit is contained in:
Gareth Jones
2013-08-29 08:49:42 +10:00
parent fe1f1228ca
commit 46ad57b4e0
6 changed files with 466 additions and 389 deletions

View File

@@ -199,7 +199,7 @@ describe('../lib/appenders/dateFile', function() {
done(err);
}
);
}, 100);
}, 200);
}
);
});