From a528af836d06ab2a9fffcf79433586e1cfa308d2 Mon Sep 17 00:00:00 2001 From: Janneke Janssen Date: Thu, 6 Jul 2017 14:59:24 +0200 Subject: [PATCH] Eslint fix within the ExplorerHeader tests --- client/src/components/Explorer/ExplorerHeader.test.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/components/Explorer/ExplorerHeader.test.js b/client/src/components/Explorer/ExplorerHeader.test.js index 483fd22b4..d9c76b036 100644 --- a/client/src/components/Explorer/ExplorerHeader.test.js +++ b/client/src/components/Explorer/ExplorerHeader.test.js @@ -24,7 +24,8 @@ describe('ExplorerHeader', () => { }); it('#page', () => { - expect(shallow()).toMatchSnapshot(); + const wrapper = shallow(); + expect(wrapper).toMatchSnapshot(); }); it('#onClick', () => {