jest-standard-reporter
Version:
Jest reporter that uses stdout for messages and stderr for errors
16 lines (14 loc) • 430 B
JavaScript
const formatTestPath = require('./formatTestPath');
const pluralize = require('./pluralize');
const printDisplayName = require('./printDisplayName');
const renderTime = require('./renderTime');
const trimAndFormatPath = require('./trimAndFormatPath');
const wrapAnsiString = require('./wrapAnsiString');
module.exports = {
formatTestPath,
pluralize,
printDisplayName,
renderTime,
trimAndFormatPath,
wrapAnsiString
};