Test status bullets don't get cleared, resulting in mutiple bullets
See original GitHub issueEnvironment
node -v
: 8.9.3npm -v
: 5.6.0- Ejected create-react-app
- Operating system: Ubuntu 16.04
Steps to Reproduce
https://github.com/Hillshum/double-bullets
- Clone the repo, run
npm i
, openfoo.test.js
in VSCode with the Jest extension enabled. - Start the jest runner.
- Stop the jest runner.
- Start the jest runner again.
Expected Behavior
When the jest runner gets stopped, I expect to see the green/red status bullets disappear from my tests. When I start the runner again, I expect to see only one bullet for each test.
Actual Behavior
The bullets never get cleared, leading to multiple bullets per test until I close the file and reopen it.
Note we are looking for someone to take responsibility around keeping create-react-app up to date and working, could this be you?
Uhh…maybe.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Bulleted items or numbered items become misaligned when ...
This behavior occurs because bulleted items and numbered items use an internal tab to align the text with the bullet or with the...
Read more >NCOER FAQs - HRC
Are you only allowed to use two-line text for each bullet? A7-17. Raters can render either one- or two-line bullets for each attribute...
Read more >Brown Bag Lessons: The Magic of Bullet Writing - Air University
Without an individual's clear action, you don't have a bullet for which to credit. The action should not only describe the individual's.
Read more >Resumes with Impact: Creating Strong Bullet Points
This will help you understand the role and the employer's needs. Identify the skills and qualities they seek. You can usually find them...
Read more >The Ultimate Guide to Bullet Points in HTML Email - Litmus
To get started with bulleted lists in your emails, here's the minimum code you need to make them work. < ul style =...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah, that last one feels a lot like https://github.com/jest-community/vscode-jest/issues/238
Well, I haven’t encountered this lately.