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

Allows writing lint-friendly tests #297

Merged
merged 7 commits into from
Nov 10, 2014
Merged

Commits on Oct 13, 2014

  1. Allows writing lint-friendly tests

    This makes the final assertion checks noop functions so that they can be formatted like function calls. This keeps linters (JSLint/JSHint) off our back for having an inop expression.
    
    Completes chaijs#41
    joshperry committed Oct 13, 2014
    Configuration menu
    Copy the full SHA
    4b0c0b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2014

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

Commits on Nov 4, 2014

  1. Configuration menu
    Copy the full SHA
    9142ce0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbd3aaf View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2014

  1. Configuration menu
    Copy the full SHA
    c448e1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4c0424 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    867563b View commit details
    Browse the repository at this point in the history