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

Fix no-setup-in-describe to allow Mocha suite config #209

Merged
merged 4 commits into from
Sep 11, 2019

Commits on Sep 5, 2019

  1. Fix no-setup-in-describe to allow Mocha suite config

    This rule will now allow `this.timeout();`, `this.slow();`, and
    `this.retries();` in describe blocks, since they're configuration for
    the suite and not setup.
    
    Fixes lo1tuma#208.
    straub committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    a34ccf9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0569acd View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Configuration menu
    Copy the full SHA
    0d838d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Configuration menu
    Copy the full SHA
    64d1db4 View commit details
    Browse the repository at this point in the history