test(vuetify): cover responsive input adapters (#698)

This commit is contained in:
InfinityPacer
2026-08-23 17:54:50 +08:00
committed by GitHub
parent 5277f148a1
commit ca2f813810
2 changed files with 312 additions and 0 deletions
+7
View File
@@ -348,6 +348,7 @@ export default defineConfig(({ command, mode, isPreview }) => ({
'src/composables/useScheduleProgress.ts',
'src/composables/useServerConnectionProbe.ts',
'src/composables/useTorrentFilter.ts',
'src/plugins/vuetify/AppInput.ts',
'src/layouts/default/components/OfflinePage.vue',
'src/components/cards/SubscribeCard.vue',
'src/components/cards/UserCard.vue',
@@ -461,6 +462,12 @@ export default defineConfig(({ command, mode, isPreview }) => ({
lines: 90,
statements: 90,
},
'src/plugins/vuetify/AppInput.ts': {
branches: 85,
functions: 90,
lines: 90,
statements: 90,
},
'src/layouts/default/components/OfflinePage.vue': {
branches: 75,
functions: 80,