Skip to content

Commit dd44bf8

Browse files
[autofix.ci] apply automated fixes
1 parent 63493f8 commit dd44bf8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

test/nuxt/components/Header/MobileMenu.spec.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,15 @@ describe('MobileMenu', () => {
3333
type: 'group' as const,
3434
name: 'main',
3535
label: 'Navigation',
36-
items: [{ type: 'link' as const, name: 'home', label: 'Home', to: '/', iconClass: 'i-lucide:home' }],
36+
items: [
37+
{
38+
type: 'link' as const,
39+
name: 'home',
40+
label: 'Home',
41+
to: '/',
42+
iconClass: 'i-lucide:home',
43+
},
44+
],
3745
},
3846
],
3947
},

0 commit comments

Comments
 (0)