Skip to content

Commit

Permalink
Make sure className attribute don't override
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Mar 2, 2016
1 parent 24ebaf6 commit 37cc9bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/DayPicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ describe("DayPicker", () => {

const dayPicker = shallowRenderer.getRenderOutput();
expect(dayPicker.props.className).to.contain("custom-class");
expect(dayPicker.props.className).to.contain("DayPicker");
});

// RENDERING
Expand Down

0 comments on commit 37cc9bd

Please sign in to comment.