UNPKG

xlogger

Version:
23 lines (19 loc) 588 B
/* ================================================================ * 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. * * ================================================================ */ 'use strict'; var xlogger = require('..'); describe('test', function() { it('should be ok', function() { xlogger.should.be.ok(); }); });