carteb / carte-blanche

An isolated development space with integrated fuzz testing for your components. See them individually, explore them in different states and quickly and confidently develop them.
https://www.youtube.com/watch?v=6g3-TQ6aaw8
MIT License
1.5k stars 47 forks source link

Look for components starting with a capital letter #324

Closed kalmanb closed 8 years ago

kalmanb commented 8 years ago

Currently the component filter will match a file that contains a capital letter. This matches files such as allReducers.js

Updated so that the file and/or directory needs to start with capital letter. eg, Button.js or Button/index.js

Tested the base cases - not sure of the impact on the system of requiring a leading forward slash. Seems ok.

nikgraf commented 8 years ago

waaay better, thx @kalmanb 👏

@kalmanb @mxstbr this would a perfect case for some tests 😄