mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 10:38:03 +08:00
unit test
This commit is contained in:
@@ -24,6 +24,7 @@ const logger = winston.createLogger({
|
||||
logger.add(
|
||||
new winston.transports.Console({
|
||||
format: winston.format.combine(winston.format.colorize(), winston.format.simple()),
|
||||
silent: process.env.NODE_ENV === 'test',
|
||||
})
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user