This commit is contained in:
Andreani Jean
2023-06-05 14:23:06 +02:00
parent 7e233f1cb3
commit e092e1f064
12 changed files with 413 additions and 146 deletions

View File

@@ -39,7 +39,7 @@ describe('Template', () => {
})
expect(wrapper.html()).contains('<button')
expect(wrapper.html()).contains('icon="bi bi-clipboard-plus"')
expect(wrapper.html()).contains('look="button--white"')
expect(wrapper.html()).contains('look="button--transparent"')
})
})
describe('Props', () => {