Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinorland committed Aug 10, 2018
1 parent c2372a0 commit fa6b137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/remove-button/src/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ describe('RemoveButton', () => {
const wrapper = shallow(<RemoveButton />);
expect(wrapper.exists()).toBe(true);
});

it('matches snapshot', () => {
const wrapper = mount(<RemoveButton />);
expect(wrapper).toMatchSnapshot();
Expand Down
2 changes: 1 addition & 1 deletion components/result-count-title/src/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('ResultCountTitle', () => {
const wrapper = shallow(<ResultCountTitle>Title</ResultCountTitle>);
expect(wrapper.find('Title').childAt(0).text()).toBe('Title');
});

it('matches snapshot', () => {
const wrapper = mount(<ResultCountTitle count="000">Title</ResultCountTitle>);
expect(wrapper).toMatchSnapshot();
Expand Down

0 comments on commit fa6b137

Please sign in to comment.