Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fizker/mocha-multiline-reporter
A multi-line reporter for mocha
https://github.com/fizker/mocha-multiline-reporter
Last synced: 4 days ago
JSON representation
A multi-line reporter for mocha
- Host: GitHub
- URL: https://github.com/fizker/mocha-multiline-reporter
- Owner: fizker
- License: wtfpl
- Created: 2012-07-16T21:08:56.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-17T20:37:49.000Z (over 12 years ago)
- Last Synced: 2024-11-07T06:43:29.838Z (11 days ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
multiline-reporter
==================A multi-line reporter for mocha, based on the dot-reporter from mocha.
The purpose of this reporter is to make error-messages containing significant
whitespace more readable.If given a string such as `Expected "abc\ndefgh\ni" to equal "abc\ndefgh\nij"`,
it will print something like this:Expected | abc | to equal | abc |
| defgh | | defgh |
| i | | ij |