Commit graph

4 commits

Author SHA1 Message Date
Jan-Henrik Bruhn
a554aa156f fix: resolve build and type errors
Fixes TypeScript compilation errors that prevented production build:

- Fix invalid node shape type in integration test (diamond → circle)
- Export WorkspaceSettings type from main types module
- Exclude test files from production build TypeScript check

All tests (368), linting, and build now pass successfully.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-11 09:46:44 +01:00
Jan-Henrik Bruhn
b748862865 investigate the current linting errors and fix them (vibe-kanban b099eb14) 2025-11-10 12:29:37 +01:00
Jan-Henrik Bruhn
7fa0965001 there is a __tests__ folder and a test folder. That seems confusing, is that a SotA TypeScript/REact/Vite testing pattern? (vibe-kanban c7c8b21b) 2025-11-10 12:26:34 +01:00
Jan-Henrik Bruhn
650819a083 create some first integration tests, determining where it actually makes sense. (vibe-kanban d736b771) 2025-11-10 12:22:30 +01:00