migrated tests to mocha

This commit is contained in:
Gareth Jones
2013-08-25 12:04:49 +10:00
parent 50074842ad
commit ac4fd2a7fc
2 changed files with 25 additions and 28 deletions

View File

@@ -17,5 +17,4 @@ function configure(config) {
return consoleAppender(layout);
}
exports.appender = consoleAppender;
exports.configure = configure;