xlogger
Version:
Node.js simple logger
23 lines (19 loc) • 588 B
JavaScript
/* ================================================================
* xlogger by xdf(xudafeng[at]126.com)
*
* first created at : Sun Mar 06 2016 19:11:41 GMT+0800 (CST)
*
* ================================================================
* Copyright xdf
*
* Licensed under the MIT License
* You may not use this file except in compliance with the License.
*
* ================================================================ */
;
var xlogger = require('..');
describe('test', function() {
it('should be ok', function() {
xlogger.should.be.ok();
});
});