Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add clearCache cli command #4430

Merged
merged 14 commits into from
Oct 11, 2017
Merged

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
  11. Configuration menu
    Copy the full SHA
    2cc04eb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cf503fb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    072428c View commit details
    Browse the repository at this point in the history
  14. fix lint error

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