• Joe Haddad's avatar
    Test class properties (#5183) · 02b8c355
    Joe Haddad authored
    * Test flow types are stripped before class properties are transformed
    
    * Do not search multiple levels deep
    
    * Revert "Do not search multiple levels deep"
    
    This reverts commit 5b5324da.
    
    * Add missing file for test script to boot
    
    * Make sure src and node modules are ignored
    
    * Fix error
    
    * derp
    
    * fix test
    
    * Drop unneeded check
    Unverified
    02b8c355
index.html 136 bytes
<!DOCTYPE html>
  <html lang="en">
  <head>
    <title>React App</title>
  </head>
  <body>
    <div id="root"></div>
  </body>
</html>