UNPKG

@webresto/cli

Version:

Webresto command line interface

9 lines (8 loc) 171 B
'use strict'; const chalk = jest.genMockFromModule('chalk'); chalk.red = jest.fn(); chalk.green = jest.fn(); chalk.blue = { bold: jest.fn() }; module.exports = chalk;