feat(repos): spaces, projects, tasks with audit stub

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
root
2026-05-31 02:11:31 +10:00
parent 05ee9b3f41
commit 951016385a
8 changed files with 283 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ export default defineConfig({
globals: true,
testTimeout: 10_000,
coverage: { provider: 'v8', reporter: ['text', 'html'] },
setupFiles: ['./tests/helpers/setup.js']
setupFiles: ['./tests/helpers/setup.js'],
fileParallelism: false
}
});