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

Allow custom test functions #81

Merged
merged 3 commits into from
Jul 26, 2016

Commits on Jul 24, 2016

  1. Allow custom test functions in no-exclusive rule

    This feature is useful if using this plugin with a package like
    `ember-mocha`, which provides its own set of `describe` functions.
    A custom array can be provided so that those extensions can also be
    protected from having `only` called.
    alexlafroscia committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    3786f20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2cbf40 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

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