mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 12:42:58 +08:00
Added a test for the default logger in 'winston'.
This commit is contained in:
@@ -265,3 +265,5 @@ var logger: winston.LoggerInstance = new (winston.Logger)({
|
||||
|
||||
/* Reconfigure logger */
|
||||
logger.configure({ level: 'silly' });
|
||||
|
||||
winston.default.warn("Don't export reserved words in JavaScript!");
|
||||
|
||||
Reference in New Issue
Block a user