test(Tabs): consistent items with playground

This commit is contained in:
Benjamin Canac
2024-04-25 11:26:52 +02:00
parent f0627f700e
commit 7da566e7f2
2 changed files with 13 additions and 11 deletions

View File

@@ -5,7 +5,9 @@ import ComponentRender from '../component-render'
describe('Tabs', () => {
const items = [{
label: 'Tab1',
icon: 'i-heroicons-home',
avatar: {
src: 'https://avatars.githubusercontent.com/u/739984?v=4'
},
content: 'This is the content shown for Tab1'
}, {
label: 'Tab2',