Skip to content

Commit

Permalink
added integrartion test for new prop alias(flexbox)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruhaise committed Feb 24, 2019
1 parent f1f8039 commit 83a9612
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress/integration/other/prop-aliases.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ const assertValues = {
colEnd: '3',
gutter: '20px 25px',
margin: ['0px', 10],
flexDirection: ['row', 'column'],
flexShrink: ['0', '1'],
flexGrow: ['1', '0'],
flexWrap: ['nowrap', 'wrap', 'wrap-reverse'],
row: '1 / auto',
rowStart: '2',
rowEnd: '3',
Expand Down

0 comments on commit 83a9612

Please sign in to comment.