feat: e2e 테스트 실행 및 에러 수정

This commit is contained in:
2026-01-18 13:28:02 +00:00
parent e1f21d3209
commit e2accc31a7
13 changed files with 210 additions and 34 deletions
+1 -1
View File
@@ -26,5 +26,5 @@ export const formatSseFrame = (frame: SseFrame): string => {
}
lines.push('');
return lines.join('\n');
return `${lines.join('\n')}\n`;
};