Skip to content

Commit

Permalink
Fix dismissible spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
cjskillingstad committed Jan 17, 2019
1 parent caa59a6 commit 5e99c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Alert/Alert.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('<Alert />', () => {
});

test('should allow props to be spread to the Alert component\'s button element when dismissable', () => {
const element = mount(<Alert buttonProps={{'data-sample': 'Sample'}} dismissable />);
const element = mount(<Alert buttonProps={{'data-sample': 'Sample'}} dismissible />);

expect(
element.find('button').getDOMNode().attributes['data-sample'].value
Expand Down

0 comments on commit 5e99c92

Please sign in to comment.