Skip to content

Commit

Permalink
test: #191 - remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgoud committed Sep 22, 2023
1 parent aa51f79 commit f9896da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/components/tag/test/tag.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ describe('Tag tests', () => {
const findCloseBtn = () => wrapper.find('.puik-tag__close')
const findLeftIcon = () => wrapper.find('.puik-tag__icon')

// const findButtonLeftIcon = () => wrapper.find('.puik-button__left-icon')
// const findButtonRightIcon = () => wrapper.find('.puik-button__right-icon')

const factory = (
propsData: Record<string, any> = {},
options: MountingOptions<any> = {}
Expand Down

0 comments on commit f9896da

Please sign in to comment.