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 Loading
base: v6.2.1
Choose a base ref
...
head repository: mochajs/mocha Loading
compare: v6.2.2
Choose a head ref
  • 12 commits
  • 24 files changed
  • 7 contributors

Commits on Oct 18, 2019

  1. Add link checking to docs build step (#3972)

    * Add link checking to docs build step
    
    * Update hyperlink to 4.3.0
    
    * Update @mocha/docdash to 2.1.2
    
    * Fix internal broken fragment links from jsdoc comments to front page
    
    * Mark source code line fragment link checks as TODO. They are runtime JS generated and can't be found by hyperlink
    
    * Document reporters.Base.prototype.epilogue as a member of the right thing, thus not breaking docs links
    
    * Update to hyperlink 4.3.1
    
    * Update to jsdoc 3.6.3
    
    * experiment: add acorn 7 as dev dependency to attempt to fix broken build
    
    * Fix broken links from tutorial. Use jsdoc link functionality instead of guessign url's
    
    * Make hyperlink skipfilter argument windows compatible
    Munter authored and boneskull committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    aca8895 View commit details
    Browse the repository at this point in the history
  2. Adopt the OpenJSF Code of Conduct (#3971)

    * OJSF coc
    
    * update email
    craigtaub authored and boneskull committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    f04b81d View commit details
    Browse the repository at this point in the history
  3. add OpenJS Foundation logo to website (#4008)

    * add OpenJS Foundation logo to website
    
    * fix flaky template
    
    Signed-off-by: Christopher Hiller <[email protected]>
    boneskull committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    9650d3f View commit details
    Browse the repository at this point in the history
  4. uncaughtException: fix double EVENT_RUN_END events (#4025)

    abort runner instead of end event
    juergba authored and boneskull committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    816dc27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    954cf0b View commit details
    Browse the repository at this point in the history
  6. special-case parsing of "require" in unparseNodeArgs(); closes #4035 (#…

    …4063)
    
    Signed-off-by: Christopher Hiller <[email protected]>
    boneskull committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    e9c036c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee82d38 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3f7b987 View commit details
    Browse the repository at this point in the history
  9. Improve reporter documentation for mocha in browser. (#4026)

    You can pass the constructor function of your custom reporter in options and mocha will use it.
    # Conflicts:
    #	docs/index.md
    Lindsay-Needs-Sleep authored and boneskull committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    cebddf2 View commit details
    Browse the repository at this point in the history
  10. npm audit fixes

    boneskull committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    7a8b95a View commit details
    Browse the repository at this point in the history
  11. update CHANGELOG for v6.2.2 [ci skip]

    Signed-off-by: Christopher Hiller <[email protected]>
    boneskull committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    aec8b02 View commit details
    Browse the repository at this point in the history
  12. 6.2.2

    boneskull committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    843a322 View commit details
    Browse the repository at this point in the history
Loading