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: v7.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: v7.0.1
Choose a head ref
  • 9 commits
  • 23 files changed
  • 6 contributors

Commits on Jan 10, 2020

  1. Broken links in docs (#4140)

    * docs: change link of 'should' in index.md
    
    * docs: shorten links of npm packages in index.md
    KyoungWan authored and craigtaub committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    7d78f20 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2020

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

Commits on Jan 17, 2020

  1. update copyright & trademark notices per OJSF; closes #4145

    - made footer responsive
    - made matomo & openjsf logos responsive
    - remove `target="_blank"` since people can decide if they want to open a tab
    boneskull committed Jan 17, 2020
    Configuration menu
    Copy the full SHA
    579fd09 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2020

  1. Throw a descriptive error when a non-function is given to a runnable (#…

    …4133)
    
    Given a test such as:
    
    ```js
    it('foobars', 4);
    ```
    
    mocha used to throw the following error: `fn.call is not a function`.
    
    While technically true, I have personally spent some minutes of my life chasing
    what looked like a bug in the test itself, and not in the call to `it`. A more
    descriptive error message helps bring attention to where the problem originates.
    
    (Thanks to [ssube](https://github.com/ssube) for helping with the error wording.)
    Zirak authored and craigtaub committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    a24683f View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Fix backwards compability break for reporterOptions

    Christian Holm authored and juergba committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    9c10ada View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

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

Commits on Jan 26, 2020

  1. Configuration menu
    Copy the full SHA
    0be3f78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2277958 View commit details
    Browse the repository at this point in the history
  3. Release v7.0.1

    juergba committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    d0f04e9 View commit details
    Browse the repository at this point in the history
Loading