avajs / ava

Node.js test runner that lets you develop with confidence 🚀
MIT License
20.67k stars 1.4k forks source link

Default reporter prints file path chain white in a terminal with white background #1884

Closed iamstarkov closed 5 years ago

iamstarkov commented 5 years ago
screen shot 2018-08-02 at 5 07 08 pm screen shot 2018-08-02 at 5 07 46 pm

and it is create-theme-listener › themeListener's fields

Prerequisites

terminal with white theme, im using hyper (perhaps it is the same for other)

any repo with failing ava test case, I use ava in theming package as public repo for demo. But it works the same way on private projects.

git clone git@github.com:cssinjs/theming.git
cd theming
npm install
npm test

Environment

Node.js v8.11.3
darwin 17.7.0
ava --version # reproducible on both 0.x.x and 1.0.0-beta.6
npm --version # 6.2.0, same with yarn 1.7.0 or 1.9.2
iamstarkov commented 5 years ago

@sindresorhus thank you