UNPKG

ava

Version:

Testing can be a drag. AVA helps you get it done.

18 lines (16 loc) 357 B
'use strict'; const chalk = require('../chalk').get(); module.exports = { log: chalk.gray, title: chalk.bold, error: chalk.red, skip: chalk.yellow, todo: chalk.blue, pass: chalk.green, duration: chalk.gray.dim, errorSource: chalk.gray, errorStack: chalk.gray, errorStackInternal: chalk.gray.dim, stack: chalk.red, information: chalk.magenta };