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: jestjs/jest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v24.7.0
Choose a base ref
...
head repository: jestjs/jest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v24.7.1
Choose a head ref
  • 3 commits
  • 36 files changed
  • 3 contributors

Commits on Apr 3, 2019

  1. CustomConsole: print console.error and console.assert to stderr (#8261)

    * CustomConsole: print console.error and console.assert to stderr
    * Print to stderr when using console.warn
    * Fix difference between node versions
    rubennorte committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    3e92cb1 View commit details
    Browse the repository at this point in the history
  2. Resolves the test sequencer even when not explicitly set (#8267)

    * Fixes the test-sequencer resolution w/ pnp
    
    * Update CHANGELOG.md
    
    * Update normalize.ts
    
    * Update normalize.ts
    
    * Fixes snapshot
    
    * Fix testSequencer value being overwritten by 'old style' of options.
    arcanis authored and scotthovestadt committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    0efb1d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Release 24.7.1

    scotthovestadt committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    f3dab7c View commit details
    Browse the repository at this point in the history
Loading