Skip to content

Tests should inherit pending from ancestors #2

Description

@lahmatiy

Runner should check pending not only for test, but also in test ancestors.

module.exports = {
  name: 'suite',
  pending: true,
  test: [
    {
      name: 'test',
      test: function(){
        // should not run
      }
    }
  ]
}

Activity

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

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