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.2.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.2.1
Choose a head ref
  • 11 commits
  • 13 files changed
  • 7 contributors

Commits on Jul 19, 2019

  1. Remove jsdoc index.html placeholder from eleventy file structure and …

    …fix broken link in jsdoc tutorial (#3966)
    Munter authored and juergba committed Jul 19, 2019
    Configuration menu
    Copy the full SHA
    48da42e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2019

  1. tty.getWindowSize is not a function inside a "worker_threads" worker (#…

    …3955)
    
    Use "isTTY" instead of tty.isatty(fd)
    1999 authored and juergba committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    0e9d8ad View commit details
    Browse the repository at this point in the history
  2. fix style on mochajs.org (#3886)

    Signed-off-by: Outsider <[email protected]>
    outsideris authored and craigtaub committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    91b3a54 View commit details
    Browse the repository at this point in the history
  3. Add Matomo to website (#3765)

    * Added Matomo to index.md
    
    * Fixed
    
    * Deleted <p>
    
    * Deleted center tag and added style css
    
    * Requested changes done
    
    * Changed Matomo logo to another file
    
    * Changing css and adding aside to html
    
    * Fixed height and width
    
    * Fixed identations
    
    * Deleted footer logo
    
    * Requested changes done
    
    * Last changes
    
    * Trim and eresize matomo image
    
    * Remove resizing, it increased image weight
    
    * Retain matomo image aspect ratio
    MarioDiaz98 authored and craigtaub committed Jul 20, 2019
    Configuration menu
    Copy the full SHA
    1e6cf3b View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Clarify effect of .skip() (#3947)

    The fact that code inside of a skipped suite is executed, is potentially
    counter-intuitive.  By using alternative phrasing, we make it clear how
    mocha handles code in skipped suites.
    
    Closes #3932
    oliversalzburg authored and craigtaub committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    b269ad0 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

  1. Remove extraGlobals() (#3970)

    support of Node v0.9.11 has been dropped years ago.
    juergba authored Aug 1, 2019
    Configuration menu
    Copy the full SHA
    ad4860e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2019

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

Commits on Aug 13, 2019

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

Commits on Aug 15, 2019

  1. Update yargs to v13.3.0 (#3986)

    Update yargs-parser to v13.1.1
    juergba committed Aug 15, 2019
    Configuration menu
    Copy the full SHA
    dfdb8b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. Configuration menu
    Copy the full SHA
    9524978 View commit details
    Browse the repository at this point in the history
  2. Release v6.2.1

    craigtaub committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    ef6c820 View commit details
    Browse the repository at this point in the history
Loading