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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.2
Choose a base ref
...
head repository: mochajs/mocha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.3
Choose a head ref

Commits on Sep 8, 2015

  1. Copy the full SHA
    0565fac View commit details

Commits on Sep 9, 2015

  1. Copy the full SHA
    9e45609 View commit details
  2. Merge pull request #1876 from danielstjules/issue-1875

    Fix 1875: Markdown reporter exceeds maximum call stack size
    danielstjules committed Sep 9, 2015
    Copy the full SHA
    75a7f71 View commit details
  3. Copy the full SHA
    e950ea6 View commit details
  4. Merge pull request #1878 from danielstjules/issue-1864

    Fix #1864: xunit missing output with --reporter-options output
    danielstjules committed Sep 9, 2015
    Copy the full SHA
    edaef34 View commit details
  5. Copy the full SHA
    cbbf7ff View commit details
  6. Fix linter warning

    "Expected a conditional expression and instead saw an assignment"
    danielstjules committed Sep 9, 2015
    Copy the full SHA
    8a100df View commit details

Commits on Sep 10, 2015

  1. Copy the full SHA
    d7e4605 View commit details

Commits on Sep 11, 2015

  1. 4
    Copy the full SHA
    c4647bf View commit details
  2. Merge pull request #1885 from danielstjules/flags

    Support all harmony flags
    Travis Jeffery committed Sep 11, 2015
    Copy the full SHA
    a3ae593 View commit details
  3. Merge pull request #1882 from danielstjules/fragile

    Fix fragile xunit reporter spec
    danielstjules committed Sep 11, 2015
    Copy the full SHA
    f023018 View commit details
  4. Copy the full SHA
    f22ab53 View commit details

Commits on Sep 12, 2015

  1. Copy the full SHA
    fb3fe33 View commit details
  2. Copy the full SHA
    ea3b652 View commit details
  3. Call the inspect() function if message is not set

    Unfortunately some frameworks throw error objects which do not have a `message`
    property but do have an `inspect()` function. This means Mocha reports a test
    failure, but prints the empty string instead of any useful information about
    the error message. For an example, see versions of the Waterline ORM before
    v0.10.19: balderdashy/waterline@0965d132
    
    If the `message` key is not set on an error object, attempt to print the same
    output as `console.log` in Node, by calling the object's `inspect()` function,
    if it exists.
    
    We could try to fallback to calling `util.inspect` on the `err` object and
    logging that, but I'm not sure the format would be appropriate.
    kevinburke authored and danielstjules committed Sep 12, 2015
    Copy the full SHA
    31fb4be View commit details
  4. Copy the full SHA
    0956c02 View commit details
  5. 3
    Copy the full SHA
    4747437 View commit details

Commits on Sep 13, 2015

  1. Merge pull request #1886 from danielstjules/uncaught-delay

    Fix #1669: catch uncaught errors outside test suite execution
    dasilvacontin committed Sep 13, 2015
    Copy the full SHA
    d8617b2 View commit details
  2. Merge pull request #1888 from danielstjules/revert-jade

    Revert jade to support npm < v1.3.7
    dasilvacontin committed Sep 13, 2015
    Copy the full SHA
    7c17c65 View commit details
  3. Merge pull request #1880 from danielstjules/stackfilter-browser

    Stackfilter fix: Don't remove modules/components from stack trace in the browser
    dasilvacontin committed Sep 13, 2015
    Copy the full SHA
    44ba417 View commit details

Commits on Sep 14, 2015

  1. Copy the full SHA
    10e8604 View commit details
  2. Merge pull request #1889 from danielstjules/issue-1798

    Fix #1798: Correctly attribute mutiple done err with hooks
    dasilvacontin committed Sep 14, 2015
    Copy the full SHA
    23b2955 View commit details

Commits on Sep 19, 2015

  1. Copy the full SHA
    de273d6 View commit details
  2. Copy the full SHA
    0e902b7 View commit details

Commits on Sep 21, 2015

  1. Copy the full SHA
    8ca09fd View commit details
  2. Copy the full SHA
    7b6d378 View commit details
  3. Copy the full SHA
    c4393c4 View commit details
Loading