Skip to content

Commit

Permalink
[Tests] Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Mar 20, 2017
1 parent 595d15f commit bdff1b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/ShallowWrapper-spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,9 @@ describe('shallow', () => {
<a
className={`clicks-${this.state.count}`}
onClick={this.incrementCount}
>foo</a>
>
foo
</a>
);
}
}
Expand Down

0 comments on commit bdff1b8

Please sign in to comment.