
Below are the sets presently available, and their corresponding id. if you don't set an ID, one will be randomly chosen every run. Emoji icons may not render in certain terminals.
(pass, fail, pending)
| var stripAnsi = require('strip-ansi'); | |
| var RequestShortener = require('webpack/lib/RequestShortener'); | |
| var requestShortener = new RequestShortener(process.cwd()); | |
| function formatError(e) { | |
| var showErrorDetails = true; | |
| var text = ''; | |
| if (typeof e === 'string') { | |
| e = { | |
| message: e, |