Closed andrefgneves closed 6 years ago
<Comp modifiers="name" />
<Comp modifiers={['name', '', null, false]} />
<Comp modifiers={['name']} />
lib/utils/modifiedStyles.js
Running the tests.
No.
npm run review
OVERVIEW
<Comp modifiers="name" />
.<Comp modifiers={['name', '', null, false]} />
becomes<Comp modifiers={['name']} />
WHERE SHOULD THE REVIEWER START?
lib/utils/modifiedStyles.js
HOW CAN THIS BE MANUALLY TESTED?
Running the tests.
ANY NEW DEPENDENCIES ADDED?
No.
CHECKLIST
npm run review
GIF