Skip to content

Instantly share code, notes, and snippets.

@vyspiansky
Created January 26, 2023 20:38
Show Gist options
  • Save vyspiansky/34275831998373078428879be2c6e3ae to your computer and use it in GitHub Desktop.
Save vyspiansky/34275831998373078428879be2c6e3ae to your computer and use it in GitHub Desktop.
Disable Winston's logging

Disable Winston's logging when running unit tests

import { logger } from './logger'; 
logger.silent = true;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment