removed console log

This commit is contained in:
Moriz Wahl 2021-03-23 19:36:16 +01:00
parent 61b6f4f06b
commit 32be804cd2

View File

@ -23,7 +23,6 @@ describe('CloseButton', () => {
})
it('emmits click event', () => {
console.log(wrapper.html())
wrapper.find('.navbar-toggler').trigger('click')
expect(wrapper.emitted('click')).toBeTruthy()
})