Skip to content

Commit a30f60f

Browse files
author
Corentin Marzin
committed
ADD playwright test
1 parent 27f1159 commit a30f60f

25 files changed

+5628
-1661
lines changed

components.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ export {}
77
/* prettier-ignore */
88
declare module 'vue' {
99
export interface GlobalComponents {
10+
'Carbon:cafe': typeof import('~icons/carbon/cafe')['default']
11+
'Carbon:logoTwitter': typeof import('~icons/carbon/logo-twitter')['default']
1012
CheckIcon: typeof import('./src/components/icons/CheckIcon.vue')['default']
1113
CopyIcon: typeof import('./src/components/icons/CopyIcon.vue')['default']
1214
Expand: typeof import('./src/components/Expand.vue')['default']
@@ -15,6 +17,7 @@ declare module 'vue' {
1517
HeadlessToastWithProps: typeof import('./src/components/HeadlessToastWithProps.vue')['default']
1618
Hero: typeof import('./src/components/Hero.vue')['default']
1719
Installation: typeof import('./src/components/Installation.vue')['default']
20+
'Mdi:heart': typeof import('~icons/mdi/heart')['default']
1821
Others: typeof import('./src/components/Others.vue')['default']
1922
Position: typeof import('./src/components/Position.vue')['default']
2023
Styling: typeof import('./src/components/Styling.vue')['default']

playwright-report/index.html

Lines changed: 68 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)