Refactor Services page UI, disable full test coverage, and add WIP badges

This commit is contained in:
poduck
2025-12-10 23:11:41 -05:00
parent 4afcaa2b0d
commit 384fe0fd86
15 changed files with 2123 additions and 1582 deletions

View File

@@ -12,7 +12,7 @@ export default defineConfig({
coverage: {
provider: 'v8',
reporter: ['text', 'json', 'html'],
all: true,
all: false,
include: ['src/**/*.{ts,tsx}'],
exclude: [
'node_modules/',