Skip to content

Commit

Permalink
fix jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Jan 10, 2020
1 parent 3ea01da commit d98b20f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,10 @@ describe('getDescriptorWithMissingStylePropsRemoved', () => {
},
type: 'STATIC',
},
labelBorderWidth: {
labelBorderSize: {
options: {
size: 2,
size: 'SMALL',
},
type: 'STATIC',
},
labelColor: {
options: {
Expand Down

0 comments on commit d98b20f

Please sign in to comment.