SyntaxFix
Write A Post
Hire A Developer
Questions
Use the debug lib.
import debug from 'debug' const log = debug('server');
Use it:
log('holi')
then run:
DEBUG=server npm test
And that's it!