Skip to content

Tests should inherit pending from ancestors #2

@lahmatiy

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
      }
    }
  ]
}

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