8000 Comparing v10.6.0...v10.6.1 · mochajs/mocha · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: v10.6.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: v10.6.1
Choose a head ref
  • 9 commits
  • 15 files changed
  • 5 contributors

Commits on Jul 2, 2024

  1. docs: Add warning about async callback for describe (#5046)

    * docs: Add warning about async callback for describe
    
    I couldn't find any reference to `describe` not supporting an async function. It seems like a natural idea given `it` and `before` do.
    
    I spent considerable time trying to figure out why an async test was failing before I discovered the reason deep in an issue discussion (#2975 (comment)), so hope that this helps others design their test suites!
    
    * Update docs/index.md
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    
    * Update docs/index.md
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    
    ---------
    
    Co-authored-by: Josh Goldberg ✨ <git@joshuakgoldberg.com>
    mcdurdin and JoshuaKGoldberg authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c43930c View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    f44e483 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d0ca3e View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    95772ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24560c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. fix: do not exit when only unref'd timer is present in test code (#3825)

    * do not exit when only unref'd timer is present in test code; closes #3817
    
    Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
    
    * git checkout master -- docs/example/tests.html
    
    * fix: still bail if self.timeout() === 0
    
    * fix: unref timers implicitly scheduled for MAX_TIMEOUT
    
    * Revert "fix: unref timers implicitly scheduled for MAX_TIMEOUT"
    
    This reverts commit d4a65aa.
    
    * test: call .run() to not leave timer pending
    
    ---------
    
    Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    boneskull and JoshuaKGoldberg authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    6d24689 View commit details
    Browse the repository at this point in the history
  2. fix: support canonical module (#5040)

    * fix: handle canonicalizing Module
    
    * fix: add tests for canonicalizing a module
    
    * fix: skip module serialization on browser
    
    * fix: handle more generic null prototype instead of Module
    
    * fix: simplify null prototype check
    JacobLey authored Jul 20, 2024
    Configuration menu
    Copy the full SHA
    579e047 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3855e66 View commit details
    Browse the repository at this point in the history
  4. Release v10.6.1

    JoshuaKGoldberg committed Jul 20, 2024
    Configuration menu
    Copy the full SHA
    9a1c458 View commit details
    Browse the repository at this point in the history
Loading
0