Skip to content

Commit

Permalink
Add an auto-generated, passing, fixtures.js
Browse files Browse the repository at this point in the history
  • Loading branch information
motiz88 committed Apr 13, 2016
1 parent e29bcbb commit 2e8ec9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __tests__/fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ import {Sparklines, SparklinesLine} from '../src/Sparklines';

export default {
// AUTO-GENERATED PART STARTS HERE
'SimpleLine': {jsx: (<Sparklines data={[1, 2, 3]}><SparklinesLine /></Sparklines>), svg: ''}
"SimpleLine": {jsx: (<Sparklines data={[1, 2, 3]} height={60} margin={2} width={240}><SparklinesLine style={{}} /></Sparklines>), svg: "<svg width=\"240\" height=\"60\" viewbox=\"0 0 240 60\"><g><polyline points=\"2 58 120 30 238 2 238 58 2 58 2 58\" style=\"stroke:none;stroke-width:0;fill-opacity:.1;fill:slategray;\"/><polyline points=\"2 58 120 30 238 2\" style=\"stroke:slategray;stroke-width:1;stroke-linejoin:round;stroke-linecap:round;fill:none;\"/></g></svg>"},
// AUTO-GENERATED PART ENDS HERE
};
};

0 comments on commit 2e8ec9c

Please sign in to comment.