question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No bullets next to it/describe blocks

See original GitHub issue

Environment

  1. node -v: [8.9.0]

  2. npm -v: [5.7.1]

  3. npm ls react-scripts (if you haven’t ejected): [not using it, having my own build setup]

  4. Operating system: [OS X 10.13.3]

  5. VS Code 1.21.1

Steps to Reproduce

Starting my old React project as usual. Cannot see the bulets next to tests blocks Started new project, installed Jest and again - no bullets

Expected Behavior

Expecting to see red/green bullets next to failed/passed tests

Actual Behavior

No bullets

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:5
  • Comments:11 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
seanpoultercommented, May 23, 2018

This is a known issue and has been documented in #247 and facebook/jest#4910. We’d love some help with a PR on the jest-editor-support side of things when we’re parsing the AST. If I recall correctly, the discussion stalled in November while discussing what test cases we’d have to support.

Please continue discussion on either of those two issues.

0reactions
stephtrcommented, May 22, 2018

Yes, exactly. As soon as they contain a placeholder (${…}) it seems like the parser can’t evaluate it without running the code, returning undefined. Therefore it(`works`, () => {}); show the Debug CodeLens while it(`doesn't work${'!'}`, () => {}); doesn’t show it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How To Create an Unordered List Without Bullets - W3Schools
How TO - List Without Bullets. Learn how create an unordered list without bullets, using CSS.
Read more >
Bullets in unordered list not contained within the block?
I'm having issues with my bullets on an unordered list breaking out of their block element. Is this normal, or are bullets not...
Read more >
lists without bullets or numbers - WordPress.org
I want to make a list in the block editor without bullets or numbers. Now I make it by adding <br> code in...
Read more >
Learn About CSS List Style: Learn to Remove Bullets From ul
It is possible to remove bullets from ul lists by setting the CSS list-style-type property to none . As a result, the bullets...
Read more >
How to create an unordered list without bullets in HTML?
We use type attribute of the <ul> tag, for creating an unordered list with numbers. We use CSS list-style-type property to define the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found