Skip to content

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

@fforjan

Description

@fforjan

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions