Remove console.log

Remove console.log
This commit is contained in:
nixocio 2021-10-05 11:23:52 -04:00
parent a036363e85
commit 1596c855ff

View File

@ -112,7 +112,6 @@ describe('<JobOutput />', () => {
wrapper = mountWithContexts(<JobOutput job={mockJob} />);
});
await waitForElement(wrapper, 'JobEvent', (el) => el.length > 0);
// console.log(wrapper.debug());
await checkOutput(wrapper, generateChattyRows());
expect(wrapper.find('JobOutput').length).toBe(1);