1. 30 Sep, 2018 1 commit
    • Joe Haddad's avatar
      Polish webpack message output (#5174) · 7b1a32be
      Joe Haddad authored
      * Only install react-scripts in CI mode
      
      * Link locally
      
      * Re-enable all output tests
      
      * :lipstick: Polish webpack output
      
      * Test sass support message
      
      * Add more tests, but disabled
      
      * Format missing default export error
      
      * Format aliased import
      
      * Why was node-sass required? Odd
      
      * Format webpack rejection error
      
      * Re-enable unknown package test
      
      * Format file not found error and catch module scope plugin error
      
      * Re-disable case sensitive paths
      
      * Intercept and format case sensitive path errors
      
      * Test out of scope message formatting
      
      * Run behavior on macOS
      
      * Run behavior on Node 8 and 10, only Node 8 for macOS
      
      * Add some debugging
      
      * Update matcher
      
      * Only check stderr
      
      * Remove old snapshot
      
      * More debug
      
      * Remove debug
      
      * Add new debug
      
      * Disable test on linux
      
      * Add comment for future
      Unverified
      7b1a32be
  2. 28 Sep, 2018 1 commit
    • Joe Haddad's avatar
      Run behavioral smoke tests with Jest, add output tests (#5150) · 2a7346e0
      Joe Haddad authored
      * Run smoke tests with Jest
      
      * Get a unique port for smoke test
      
      * Upgrade verdaccio across the board
      
      * Drop unneeded step
      
      * Try latest instead
      
      * Boot registry in home directory
      
      * Correct config path
      
      * Add mutex
      
      * Test webpack message formatting
      
      * Strip color
      
      * Add browserslist to default
      
      * Disable another broken feature
      Unverified
      2a7346e0