UNPKG

ava

Version:

Futuristic test runner 🚀

12 lines (10 loc) • 191 B
'use strict'; var chalk = require('chalk'); module.exports = { error: chalk.red, skip: chalk.yellow, todo: chalk.blue, pass: chalk.green, duration: chalk.gray.dim, stack: chalk.red };