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: 2745e3e6cc196f191bfb8f33625e45ec4b4a1ded
Choose a base ref
...
head repository: jestjs/jest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 614f739378d4f1757d8dc99219309553db5b9403
Choose a head ref
  • 15 commits
  • 50 files changed
  • 11 contributors

Commits on May 23, 2018

  1. Fixes #6228 (#6231)

    * Update index.js
    
    * fix lint
    tinovyatkin authored and cpojer committed May 23, 2018
    Copy the full SHA
    3705742 View commit details
  2. Copy the full SHA
    4e7079e View commit details
  3. Better explanation of jest-environment docblock (#6237)

    * Better explanation of jest-environment docblock
    
    Fixes #6233. Thanks for considering.
    
    * Fix backtick in Configuration.md
    
    * Fix linter issue in Configuration.md
    doque authored and cpojer committed May 23, 2018
    Copy the full SHA
    15ed971 View commit details
  4. Copy the full SHA
    af2ada4 View commit details
  5. fix whitespace in changelog

    SimenB committed May 23, 2018
    Copy the full SHA
    77d2e8e View commit details

Commits on May 24, 2018

  1. Copy the full SHA
    c52d925 View commit details
  2. Copy the full SHA
    bbbffcf View commit details
  3. [jest-mock] Include tracked call results in serialized mock (#6244)

    * Add call results to serialized mocks.
    
    * Update CHANGELOG
    UselessPickles authored and cpojer committed May 24, 2018
    Copy the full SHA
    b7e8582 View commit details
  4. fix(matchers): a more robust isDomNode (#6246)

    * fix(matchers): a more robust isDomNode
    
    * update changelog
    ranyitz authored and cpojer committed May 24, 2018
    Copy the full SHA
    dc4df77 View commit details
  5. Overhaul watch plugin hooks names (#6249)

    * Overhaul watch plugin hooks names
    
    * Update docs
    
    * update changelog
    thymikee authored and cpojer committed May 24, 2018
    Copy the full SHA
    3089fcb View commit details
  6. Docs: Timer mock setup usage (#6220)

    * Clarify timer mock setup usage
    
    * Update TimerMocks.md
    Incognito authored and cpojer committed May 24, 2018
    Copy the full SHA
    86009d7 View commit details
  7. [docs] fix typo (#6251)

    vonovak authored and thymikee committed May 24, 2018
    Copy the full SHA
    8c71f9d View commit details
  8. Properly resolve mocked node modules without package.json defined (#6232

    )
    
    * Properly resolve mocked node modules without package.json defined
    
    * update changelog
    
    * lint md
    thymikee authored and cpojer committed May 24, 2018
    Copy the full SHA
    73a656d View commit details
  9. Add snapshot property matchers (#6210)

    * Add snapshot property matchers
    
    * Update changelog
    
    * Update based on feedback
    
    * Fix tests
    rickhanlonii authored and cpojer committed May 24, 2018
    Copy the full SHA
    aac32f9 View commit details
  10. Replace hex with utf8 (#6253)

    * Replace hex with utf8
    
    * Add windows backspace check in constants
    
    * Fix flow types
    
    * Add changelog entry
    mattphillips authored and cpojer committed May 24, 2018
    Copy the full SHA
    614f739 View commit details
Loading