learning_ai_notes/backend
saravanakumardb1 bf2785bcf9 test(backend): add integration tests for all 7 route modules [A5]
- Add test-helpers.ts with buildTestApp() + resetMemoryDatastore()
- notes: 11 tests (CRUD, archive, filter, search, validation)
- workspaces: 7 tests (CRUD, summaries with noteCount, validation)
- note-tasks: 6 tests (CRUD, filter by workspaceId, validation)
- note-artifacts: 7 tests (CRUD, filter by noteId, validation)
- note-relationships: 4 tests (create, list, validation)
- note-agent-actions: 8 tests (CRUD, pending, batch-review, validation)
- saved-views: 8 tests (CRUD, filter by scope, delete, validation)
- Fix listPendingActions to avoid unsupported $in operator in memory provider
- Total: 75 backend tests (was 24)
2026-03-19 08:38:21 -07:00
..
src test(backend): add integration tests for all 7 route modules [A5] 2026-03-19 08:38:21 -07:00
.env.example feat(auth): RS256 JWKS verification — NoteLett backend 2026-03-12 11:15:06 -07:00
package-lock.json feat(mcp): add executable note tools 2026-03-10 09:12:09 -07:00
package.json feat(identity): lock NoteLett product identity across all surfaces 2026-03-10 18:47:01 -07:00
tsconfig.json feat(notes): scaffold product surfaces and backend MCP slices 2026-03-10 08:53:07 -07:00