Eslint fix within the ExplorerHeader tests

pull/3744/merge
Janneke Janssen 2017-07-06 14:59:24 +02:00 zatwierdzone przez Matt Westcott
rodzic 36d3f5dfec
commit 64e9baf0c0
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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