Skip to content

Commit

Permalink
🏷️ Fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed May 28, 2021
1 parent 266dd99 commit 59c029d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('Color Stops component', () => {
{ color: '#bbb', stop: 40 },
{ color: '#ccc', stop: 60 },
],
rangeType: 'percent',
paletteConfiguration: {},
dataBounds: { min: 0, max: 200 },
onChange: jest.fn(),
'data-test-prefix': 'my-test',
Expand Down

0 comments on commit 59c029d

Please sign in to comment.