feat(FN-1747): merge fusion/fn-1747

This commit is contained in:
gsxdsm
2026-04-14 11:43:52 -07:00
parent 831477e6ea
commit 102af7f4f2
11 changed files with 286 additions and 37 deletions

View File

@@ -299,6 +299,16 @@ describe("API Error Handling Middleware", () => {
});
});
});
describe("Log stream project-scoped routing", () => {
it("server is configured with log stream endpoint that accepts projectId", () => {
const store = createMockStore();
const app = createServer(store);
// Verify the server was created successfully
expect(app).toBeDefined();
});
});
});
describe("Terminal WebSocket heartbeat", () => {