From 20408fd92d31b54235632c48d9ef4e525fdd974f Mon Sep 17 00:00:00 2001 From: Justin Bay Date: Tue, 11 Oct 2016 19:14:55 -0400 Subject: [PATCH] fix lint error --- test/ShallowWrapper-spec.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ShallowWrapper-spec.jsx b/test/ShallowWrapper-spec.jsx index a6d8953fc..1b713f7b3 100644 --- a/test/ShallowWrapper-spec.jsx +++ b/test/ShallowWrapper-spec.jsx @@ -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(); wrapper.find('.async-btn').simulate('click'); setImmediate(() => {