mirror of
https://github.com/coleam00/Archon.git
synced 2026-01-08 23:58:06 -05:00
Add comprehensive test coverage for document CRUD operations
- Add Document interface for type safety - Fix error messages to include projectId context - Add unit tests for all projectService document methods - Add integration tests for DocsTab deletion flow - Update vitest config to include new test files
This commit is contained in:
@@ -13,7 +13,10 @@ export default defineConfig({
|
||||
'test/components.test.tsx',
|
||||
'test/pages.test.tsx',
|
||||
'test/user_flows.test.tsx',
|
||||
'test/errors.test.tsx'
|
||||
'test/errors.test.tsx',
|
||||
'test/services/projectService.test.ts',
|
||||
'test/components/project-tasks/DocsTab.integration.test.tsx',
|
||||
'test/config/api.test.ts'
|
||||
],
|
||||
exclude: ['node_modules', 'dist', '.git', '.cache', 'test.backup', '*.backup/**', 'test-backups'],
|
||||
reporters: ['dot', 'json'],
|
||||
|
||||
Reference in New Issue
Block a user