1. 01 Oct, 2018 5 commits
  2. 29 Sep, 2018 1 commit
  3. 28 Sep, 2018 2 commits
  4. 27 Sep, 2018 3 commits
  5. 26 Sep, 2018 6 commits
  6. 24 Sep, 2018 5 commits
  7. 22 Sep, 2018 1 commit
  8. 21 Sep, 2018 1 commit
    • Jack Zhao's avatar
      Convert test suite to Jest (#4550) · d0ed8450
      Jack Zhao authored
      * convert mocha tests to jest
      
      * jest 23
      
      * add jest configs
      
      * use material css
      
      * fix windows
      
      * forceExit jest test
      
      * force exit eject
      
      * test
      
      * test
      
      * retrigger test
      
      * remove appveyor comment
      
      * try to remove pretendToBeVisual option
      
      * use jsdom env
      
      * test environment
      
      * no cache
      
      * test no close
      
      * bring back raf
      
      * test revert all broken changes
      
      * add back jsdom
      
      * remove jsdom
      
      * node test environment
      
      * use latest change
      
      * runInBand
      
      * runInBand
      
      * comment test run
      
      * try different jest option
      
      * standardize jest test options
      
      * increase heap size
      
      * remove heap size config
      
      * support scoped packages for cra --scripts-version option
      
      * upgrade jest version
      
      * fix windows
      
      * fix windows again
      
      * jest 23.4.1
      
      * babel-jest
      
      * babel-jest
      
      * split out kitchhensink
      
      * travis node 6
      
      * travis node 6 config
      
      * node 6 travis eject
      
      * cache yarn
      
      * only cache yarn
      
      * remove unrelate...
      d0ed8450
  9. 20 Sep, 2018 1 commit
  10. 19 Sep, 2018 1 commit
  11. 18 Sep, 2018 3 commits
  12. 17 Sep, 2018 1 commit
  13. 07 Aug, 2018 1 commit
  14. 26 Jul, 2018 1 commit
  15. 05 Jul, 2018 1 commit
  16. 30 Jun, 2018 1 commit
  17. 26 Jun, 2018 1 commit
  18. 05 Jun, 2018 2 commits
  19. 03 Jun, 2018 1 commit
  20. 31 May, 2018 1 commit
    • Joshua Comeau's avatar
      Create a `--stats` flag for react-scripts `build`. Update README. · 7c859384
      Joshua Comeau authored
      To analyze Webpack bundles, a "stats" JSON is required.
      
      This PR allows that file to be created and saved to the `build`
      directory, so that users can use it with Webpack-specific insight
      tools like `webpack-bundle-analyzer` without ejecting their
      application.
      
      Updated the README to include details for how to do this.
      7c859384
  21. 22 May, 2018 1 commit