Format errors to display a diff between the actual and expected
npm install assertion-error-formatterFormat errors to display a diff between the actual and expected
Originally extracted from mocha
js
import {format} from 'assertion-error-formatter'format(error)
`API Reference
####
format(error [, options])*
error: a javascript error
* options: An object with the following keys:
* colorFns: An object with the keys 'diffAdded', 'diffRemoved', 'errorMessage', 'errorStack'. The values are functions to colorize a string, each defaults to identity.
* inlineDiff`: boolean (default: false)