Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
souhe committed Dec 14, 2016
1 parent 0110419 commit a435238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/scrollArea.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('ScrollArea component', () => {
let {scrollbars, content} = setupComponentWithMockedSizes();

expect(scrollbars.length).toBe(2);
console.log(content);

expect(content).toEqualJSX(
<div ref={() => {}}
style={{}}
Expand All @@ -64,7 +64,7 @@ describe('ScrollArea component', () => {
onTouchMove={() => {}}
onTouchEnd={() => {}}
onKeyDown={() => {}}
tabIndex=1
tabIndex={1}
>
<p>content</p>
</div>);
Expand Down

0 comments on commit a435238

Please sign in to comment.