Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed test error message persisting through successful test run #224

Open
1 task
nicovigil1 opened this issue Mar 10, 2020 · 0 comments
Open
1 task

Failed test error message persisting through successful test run #224

nicovigil1 opened this issue Mar 10, 2020 · 0 comments

Comments

@nicovigil1
Copy link

Description

when I run any test that fails, an inline comment appears denoting the error for that line. (which I love)
but, after the test passes, the message doesn't go away

Steps to Reproduce

  1. expect(3).to.eq(4)
  2. click Run Item
  3. see error on line x
  4. fix error on line x
  5. click Run Item
    -->

Expected Results

error message to go away

Actual Results

Screen Shot 2020-03-10 at 4 39 13 PM

Settings file

I have no current settings for mocha sidebar

Versions

  • VScode: 1.42.1
  • Mocha SideBar: 0.22.2
  • Node Version: 12.4.0

OS version

  • Mac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant