1. 04 Dec, 2016 1 commit
    • Ville Immonen's avatar
      Revert Jest moduleNameMapper regex back to a whitelist (#1149) · 715de0de
      Ville Immonen authored
      Jest matches moduleNameMapper regexes with module names, not the full
      file path, so the negative lookahead doesn’t work for filtering out
      JS files, because they can be imported without the extension. So paths
      like `lodash.assign` and `../utils/range` were mislabeled as resources
      with unknown file extensions because they have a dot in the name.
      
      As a stopgap measure, revert the moduleNameMapper regex added in #1077.
      715de0de
  2. 21 Nov, 2016 2 commits
  3. 28 Oct, 2016 2 commits
  4. 11 Oct, 2016 1 commit
  5. 05 Oct, 2016 1 commit
  6. 23 Sep, 2016 1 commit
  7. 22 Sep, 2016 1 commit
  8. 19 Sep, 2016 1 commit
  9. 18 Sep, 2016 1 commit
  10. 17 Sep, 2016 1 commit
  11. 11 Sep, 2016 1 commit
  12. 10 Sep, 2016 1 commit
  13. 03 Sep, 2016 1 commit
  14. 02 Sep, 2016 2 commits
  15. 01 Sep, 2016 1 commit
    • Dan Abramov's avatar
      Update Jest (#530) · 67fe7592
      Dan Abramov authored
      * Update Jest
      
      * Remove default snapshot test
      
      * Fix a few things
      
      * Add a simple default test
      
      * App.spec.js -> App.test.js
      
      * Fix e2e test
      
      * Bump Jest
      67fe7592
  16. 23 Aug, 2016 1 commit
  17. 18 Aug, 2016 1 commit
  18. 08 Aug, 2016 1 commit
  19. 05 Aug, 2016 1 commit
  20. 04 Aug, 2016 1 commit
  21. 01 Aug, 2016 1 commit