1. 02 Jan, 2018 1 commit
  2. 18 Dec, 2017 1 commit
  3. 15 Dec, 2017 1 commit
  4. 11 Dec, 2017 1 commit
  5. 07 Dec, 2017 1 commit
  6. 27 Nov, 2017 3 commits
  7. 25 Nov, 2017 1 commit
  8. 21 Nov, 2017 1 commit
  9. 19 Nov, 2017 1 commit
  10. 17 Nov, 2017 1 commit
  11. 15 Nov, 2017 2 commits
  12. 14 Nov, 2017 1 commit
    • Matt Morgis's avatar
      Explain how to debug tests (#2992) · b555192b
      Matt Morgis authored
      * docs: adding section about debugging tests
      
      * docs: removing node-inspector references
      
      * docs: replacing terminal command with npm script
      
      * Update README.md
      b555192b
  13. 09 Nov, 2017 1 commit
  14. 07 Nov, 2017 1 commit
  15. 05 Nov, 2017 2 commits
  16. 04 Nov, 2017 1 commit
  17. 03 Nov, 2017 6 commits
  18. 02 Nov, 2017 1 commit
  19. 31 Oct, 2017 8 commits
  20. 30 Oct, 2017 2 commits
    • Dan Abramov's avatar
      Add preflight CWD check for npm (#3355) · 1a61cd45
      Dan Abramov authored
      * Add preflight CWD check for npm
      
      * Typos
      Unverified
      1a61cd45
    • Joe Haddad's avatar
      Stop using `npm link` in tests (#3345) · de1beec6
      Joe Haddad authored
      * Try a custom function
      
      * fix path
      
      * install rsync
      
      * Test with node 8
      
      * Ensure package is removed from the tree
      
      * Remove ours
      
      * matching functions
      
      * try cygwin
      
      * try c:/
      
      * sigh
      
      * Try /cygdrive/
      
      * Try /cygdrive/
      
      * Revert "Try /cygdrive/"
      
      This reverts commit ab1ed779456d39bedbdb128a7aec3bb88b8eeb1c.
      
      * Use sub-optimal copy
      
      * Remove rsync install
      
      * Fix variable
      
      * Continue on err
      
      * Don't link react-scripts, lol
      
      * run yarn after eject
      
      * re-enable cleanup
      
      * uninstall yarn
      
      * try with force
      
      * appveyor ... seriously?
      
      * swallow bad eject
      
      * remove eject error swallow
      
      * Revert "run yarn after eject"
      
      This reverts commit eebf1dbc19aeb6e1f66d5ec27bda2d076bea0956.
      
      * Run yarn after eject
      
      * add a comment
      de1beec6
  21. 28 Oct, 2017 3 commits