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

Mocha's skip doesn't seems supported for NTVS. #1295

Closed
fforjan opened this issue Sep 27, 2016 · 1 comment
Closed

Mocha's skip doesn't seems supported for NTVS. #1295

fforjan opened this issue Sep 27, 2016 · 1 comment

Comments

@fforjan
Copy link

fforjan commented Sep 27, 2016

Unit tests trying to use skip() method are still executed by Visual Studio and the TFS build system.

Expected Behavior

Test defined like this should not be executed :

describe("my suite" => {
   it.skip("skiped test", () => {} );
});
Actual Behavior

Tests are executed

  • NTVS Version: 1.2.40726
  • Visual Studio Version: 2015 Update 3
  • Node.js Version: 4.5.0
Steps to Reproduce
  1. create test as describe previously
@ozyx
Copy link
Contributor

ozyx commented Aug 18, 2017

Fixed as of #1586

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

No branches or pull requests

4 participants