UNPKG

@alexbosworth/caporal

Version:

A full-featured framework for building command line applications (cli) with node.js

11 lines (6 loc) 184 B
"use strict"; /* global should, sinon */ const myLogger = require('../lib/logger').createLogger(); const stripColor = require('./utils/strip-color') describe('logger', () => { });