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', () => {