yarn lint --fix

This commit is contained in:
ogerly 2021-12-10 09:37:17 +01:00
parent b9b28a37a3
commit 0fff9798e1

View File

@ -33,7 +33,6 @@ describe('Sidebar', () => {
})
describe('navigation Navbar', () => {
it('has seven b-nav-item in the navbar', () => {
expect(wrapper.findAll('.nav-item')).toHaveLength(7)
})
@ -61,7 +60,5 @@ describe('Sidebar', () => {
it('has first nav-item "logout" in navbar', () => {
expect(wrapper.findAll('.nav-item').at(6).text()).toEqual('logout')
})
})
})