Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruhshan committed Aug 25, 2024
1 parent 5471459 commit 9a522cb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ describe('FeaturedServices.vue', () => {
]

services.forEach((service, index) => {
const serviceItem = wrapper.findAll('.ico-box').at(index)
const serviceItem = wrapper.findAll('.ico-box').at(index)!

console.log(serviceItem.html())

const icon = serviceItem.find('.v-icon-stub')
expect(icon.exists()).toBe(true)
Expand Down

0 comments on commit 9a522cb

Please sign in to comment.