Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

VS Code F5 ruleTestRunner tests don't show test names in its console #3457

Closed
JoshuaKGoldberg opened this issue Nov 6, 2017 · 1 comment
Closed

Comments

@JoshuaKGoldberg
Copy link
Contributor

Bug Report

  • TSLint version: 5.8
  • TypeScript version: 2.6
  • Running TSLint via: VSCode

Actual behavior

 Passed
 Passed
 Passed
 Passed

image

Expected behavior

I'd like to see the test names as a way of tracking progress.

@ajafff
Copy link
Contributor

ajafff commented Nov 6, 2017

There's only one difference: the test name is written to process.stdout while the test status (in this case Passed) is written using console.log(). The latter should eventually also end up writing to process.stdout. I don't know who's to blame here 😕

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants