Eslint fix within the ExplorerHeader tests

This commit is contained in:
Janneke Janssen 2017-07-06 14:59:24 +02:00
parent 7a184274a5
commit a528af836d

View file

@ -24,7 +24,8 @@ describe('ExplorerHeader', () => {
});
it('#page', () => {
expect(shallow(<ExplorerHeader {...mockProps} page={{ id: 'a', admin_display_title: 'test' }} />)).toMatchSnapshot();
const wrapper = shallow(<ExplorerHeader {...mockProps} page={{ id: 'a', admin_display_title: 'test' }} />);
expect(wrapper).toMatchSnapshot();
});
it('#onClick', () => {