https://github.com/dcalhoun/xterm-illegible-jest
Test case for illegible Jest status and result headers in xterm.js.
https://github.com/dcalhoun/xterm-illegible-jest
Last synced: about 2 months ago
JSON representation
Test case for illegible Jest status and result headers in xterm.js.
- Host: GitHub
- URL: https://github.com/dcalhoun/xterm-illegible-jest
- Owner: dcalhoun
- Created: 2018-09-23T18:32:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-23T18:55:02.000Z (almost 8 years ago)
- Last Synced: 2025-11-18T16:46:49.803Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xterm-illegible-jest
Reverse color mode does not function correctly for [Jest's](https://jestjs.io) log output (facebook/jest#6494) which results in illegible text.
## Details
- Browser and browser version: [hyper](https://github.com/zeit/hyper) 2.1.0-canary.2
- OS version: macOS 10.13.6
- xterm.js version: 3.4.1
### Steps to Reproduce
1. Install [Hyper](https://hyper.is).
1. Clone the [reproduction repository](https://github.com/dcalhoun/xterm-illegible-jest).
1. `yarn install`
1. `yarn test`
### Expected Result
The Jest log produces legible status and result headers.

### Actual Result
The Jest log produces illegible status and result headers.

## Notes
- A Jest maintainer was kind enough to [provide references to the lines producing the headers](https://github.com/facebook/jest/issues/6494#issuecomment-423834843).