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: 6f51489969abb7a88e29828c900db94d5562981f
Choose a base ref
...
head repository: jestjs/jest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 82d01b3c94eb103ab12bc2a6aa5cbf1ed5bcf4c5
Choose a head ref
  • 10 commits
  • 6 files changed
  • 1 contributor

Commits on Oct 11, 2017

  1. add clearCache cli command

    tabrindle committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    3036f7e View commit details
    Browse the repository at this point in the history
  2. fix lint issue - sort-keys

    tabrindle committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    7615c79 View commit details
    Browse the repository at this point in the history
  3. clear all projects cacheDirectory

    - map over all configs
    tabrindle committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    04b495d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d63c815 View commit details
    Browse the repository at this point in the history
  5. use path.join instead of string concat

    - rename path arg to directoryPath for less confusion
    tabrindle committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    0a7a2c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4595517 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    40efb06 View commit details
    Browse the repository at this point in the history
  8. add clear_cache integration test

    - yarn run jest -- -t 'jest --clearCache'
    
    $ node ./packages/jest-cli/bin/jest.js "-t" "jest --clearCache"
     PASS  integration_tests/__tests__/clear_cache.test.js
    
    Test Suites: 165 skipped, 1 passed, 1 of 166 total
    Tests:       1573 skipped, 1 passed, 1574 total
    Snapshots:   0 total
    tabrindle committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    a4b9ea6 View commit details
    Browse the repository at this point in the history
  9. fix integration test

    - actually create directory with real test
    - check for directory, then delete
    - use rimraf.sync
    - remove temp var
    tabrindle committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    613feca View commit details
    Browse the repository at this point in the history
  10. changes per PR comments

    tabrindle committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    82d01b3 View commit details
    Browse the repository at this point in the history
Loading