Skip to content

Commit

Permalink
Merge pull request #5836 from frooeyzanny/withWidth-spec-fix-typo
Browse files Browse the repository at this point in the history
[withWidth] Fix typo in the withWidth.spec.js
  • Loading branch information
oliviertassinari committed Dec 28, 2016
2 parents 32e3082 + b7a7f47 commit 4d5de14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/withWidth.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('utils/withWidth', () => {
const DumbWithWidth = withWidth()(Dumb);

describe('server side rendering', () => {
it('should not render the children as the width is unkown', () => {
it('should not render the children as the width is unknown', () => {
const wrapper = shallow(<DumbWithWidth />);
assert.strictEqual(wrapper.type(), null, 'should render nothing');
});
Expand Down

0 comments on commit 4d5de14

Please sign in to comment.