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: v6.0.0
Choose a base ref
...
head repository: mochajs/mocha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.1
Choose a head ref
  • 9 commits
  • 15 files changed
  • 4 contributors

Commits on Feb 20, 2019

  1. Bring the example congfiguration file in line with the documentation. (

    …#3751)
    
    * Rename mocharc.js to .mocharc.js
    
    * Rename mocharc.json to .mocharc.json
    
    * Rename mocharc.yml to .mocharc.yml
    Szauka authored and boneskull committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    6d5a0db View commit details
    Browse the repository at this point in the history
  2. fix(cli/run.js): Revert default glob to match Mocha-5.2

    The old glob 'test' would allow 'test.js' to be used by default (rather than requiring file be
    placed inside "test" directory.
    
    Fixes #3750
    plroebuck authored and boneskull committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    34afb1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00f2ed9 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. fix --ui issues, closes #3746

    move all ui-related tests into `test/integration/options/ui.spec.js`
    boneskull committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    7926f47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b836d73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7cfceb View commit details
    Browse the repository at this point in the history
  4. backout deprecation of value returned from suite; closes #3744

    Signed-off-by: Christopher Hiller <[email protected]>
    boneskull committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    7c9221d View commit details
    Browse the repository at this point in the history
  5. update CHANGELOG.md for v6.0.1

    Signed-off-by: Christopher Hiller <[email protected]>
    boneskull committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    2146ece View commit details
    Browse the repository at this point in the history
  6. Release v6.0.1

    boneskull committed Feb 21, 2019
    Configuration menu
    Copy the full SHA
    6d3d6b4 View commit details
    Browse the repository at this point in the history
Loading