Skip to content
Snippets Groups Projects

byttelt ut logo med kalender

Merged Ingrid Martinsheimen Egge requested to merge navbar-Icon into main
2 files
+ 11
10
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -9,8 +9,8 @@ describe('Navbar', () => {
expect(wrapper.findAll('RouterLink').length).toBe(5)
})
it('contains 4 icons', () => {
it('contains 5 icons', () => {
const wrapper = mount(Navbar)
const icons = wrapper.findAllComponents(Icon)
expect(icons).toHaveLength(4)})
expect(icons).toHaveLength(5)})
})
Loading