story-kit: merge 257_story_rename_storkit_to_story_kit_in_header

This commit is contained in:
Dave
2026-03-17 12:44:24 +00:00
parent 5d80d289c4
commit 7d4f722942
3 changed files with 5 additions and 3 deletions

View File

@@ -136,9 +136,9 @@ describe("ChatHeader", () => {
expect(screen.getByText("Built: 2026-01-01 00:00")).toBeInTheDocument();
});
it("displays StorkIt branding in the header", () => {
it("displays Story Kit branding in the header", () => {
render(<ChatHeader {...makeProps()} />);
expect(screen.getByText("StorkIt")).toBeInTheDocument();
expect(screen.getByText("Story Kit")).toBeInTheDocument();
});
it("labels the claude-pty optgroup as 'Claude Code'", () => {