Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbay committed Oct 19, 2016
1 parent 000503a commit 20408fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ShallowWrapper-spec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3803,7 +3803,7 @@ describe('shallow', () => {
}
}

it('should have updated output after an asynchronous setState', done => {
it('should have updated output after an asynchronous setState', (done) => {
const wrapper = shallow(<Test />);
wrapper.find('.async-btn').simulate('click');
setImmediate(() => {
Expand Down

0 comments on commit 20408fd

Please sign in to comment.