From ce87f73b3e87cd86f69945246be26f5dd741db0c Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Mon, 7 Nov 2016 21:13:52 -0800 Subject: [PATCH] Added a test for the default logger in 'winston'. --- winston/winston-tests.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/winston/winston-tests.ts b/winston/winston-tests.ts index 0b3c9f916b..dae649d1f9 100644 --- a/winston/winston-tests.ts +++ b/winston/winston-tests.ts @@ -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!");