maty21 / mocha-sidebar

Mocha side bar viewer that allows you to run Mocha tests from side bar menu and view results can run each level hierarchy from all tests to a single test(and each describer of course)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed test error message persisting through successful test run

nicovigil1 opened this issue · comments

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