buildo / react-components

Collection of general React components used in buildo projects.
http://react-components.buildo.io/
MIT License
157 stars 21 forks source link

Move tests together with the components #1099

Open gabro opened 7 years ago

gabro commented 7 years ago

Project card

requirements

Instead of

src
 |-- Button
      |-- Button.tsx
      |-- index.tsx
      |-- examples
tests
  |-- components
     |-- Button.test.tsx

I suggest

src
 |-- Button
      |-- Button.tsx
      |-- index.tsx
      |-- examples
      |-- __tests__
         |-- Button.test.tsx

It feels more natural.

jenipharachel commented 5 years ago

Hi!! Can I start working on this?

shubhankarb180 commented 5 years ago

Hi can I work on this ?