feat: add some tests for streamable and sse routes

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-06-17 08:43:42 +02:00
parent ae7209b030
commit 9d6a0fd975
4 changed files with 486 additions and 18 deletions
+1
View File
@@ -62,4 +62,5 @@ backend.add(import('@backstage/plugin-notifications-backend'));
backend.add(import('./instanceMetadata'));
backend.add(import('@backstage/plugin-events-backend-module-google-pubsub'));
backend.add(import('@backstage/plugin-mcp-backend'));
backend.start();