Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mochajs/mocha
base: v3.1.0
Choose a base ref
...
head repository: mochajs/mocha
compare: v3.1.1
Choose a head ref
  • 9 commits
  • 187 files changed
  • 3 contributors

Commits on Jan 20, 2016

  1. Copy the full SHA
    2c52377 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. Merge branch 'fix-1417-multiple-done-calls' of https://github.com/fra…

    …nkleonrose/mocha into pull/2059
    
    * 'fix-1417-multiple-done-calls' of https://github.com/frankleonrose/mocha:
      Fix #1417: Show actual error, not 'multiple calls to done()'
    
    # Conflicts:
    #	test/integration/regression.js
    boneskull committed Oct 10, 2016
    Copy the full SHA
    a40f28d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b99e9b3 View commit details
    Browse the repository at this point in the history
  3. use semistandard

    makepanic authored and boneskull committed Oct 10, 2016
    Copy the full SHA
    d62b2b8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1c72d5c View commit details
    Browse the repository at this point in the history
  5. lint the hell out of the javascript; closes #2525

    - mostly whitespace changes
    - add `'use strict';` everywhere
    - fix problems with unused variables, bad variable names, multiple declarations, unreachable code, yoda expressions, error handling, instantiation, etc.
    - add a few eslint directives to avoid rules when needed
    - switch to YAML eslint configs
    - remove `test/` from `.eslintignore`
    - add `mocha.js` to `.eslintignore`
    - add userland `assert` as dev dependency (as is recommended)
    - rename `test/fixture-expect.js` to `test/setup.js`; add global `assert` here
    - add `assert` and `run` globals to `test/`'s eslint config
    - update `test/mocha.opts` as appropriate
    - update `lint` target in `Makefile`
    - update eslint environments as appropriate
    boneskull committed Oct 10, 2016
    Copy the full SHA
    2bb2b9f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    db04179 View commit details
    Browse the repository at this point in the history
  7. rebuild mocha.js [ci skip]

    boneskull committed Oct 10, 2016
    Copy the full SHA
    138cadd View commit details
    Browse the repository at this point in the history
  8. Release v3.1.1

    boneskull committed Oct 10, 2016
    Copy the full SHA
    5b83625 View commit details
    Browse the repository at this point in the history