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

Live updating not working #214

Open
zachsteffens opened this issue Dec 10, 2019 · 0 comments
Open

Live updating not working #214

zachsteffens opened this issue Dec 10, 2019 · 0 comments

Comments

@zachsteffens
Copy link

At the top of the test sidebar in the collapsible title bar there is a play/pause button that does nothing for me. I'm assuming that's supposed to be live testing that updates when you make edits but I cant seem to get it to do anything.

Steps to Reproduce

  1. Open test file
  2. update the expect statement to force it to fail.
  3. save the file
  4. nothing happens.

Expected Results

Expect test to run again and reflect failure.

Actual Results

Icons in the sidebar go from green to yellow,
tests are not re-run.

Settings file

{

     "mocha.requires" : ["@babel/register"],
    "mocha.coverage" : {
        "enable": true,
        "decoration": true,
        "runWithInterval": false,
        "autoUpdateInterval": 20000,
        "activateOnStart": true,
        "runAfterTest": false,
        "reporters": []
    },
}
  • VScode: v1.40.2
  • Mocha SideBar: v0.22.2
  • Node Version: v12.4.0

OS version

  • [ X ] Windows
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