Skip to content

Commit 71771e3

Browse files
committed
test(NavbarBrand): remove console.log
1 parent 749ead0 commit 71771e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bootstrap-vue-3/src/components/BNav/navbar-brand.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('navbar-brand', () => {
3333
plugins: [router],
3434
},
3535
})
36-
console.log(wrapper.html())
36+
3737
expect(wrapper.html()).toContain('target="_self"')
3838
}, 5000)
3939
})

0 commit comments

Comments
 (0)