fix(FN-000): improve local startup UX

This commit is contained in:
Aron Prins
2026-05-11 09:52:23 +02:00
parent 9e3152f564
commit ac64aa5c87
12 changed files with 244 additions and 40 deletions

View File

@@ -10,7 +10,8 @@ describe("UpdateAvailableBanner", () => {
);
expect(screen.getByText(/Update available: v0.7.0 \(current: v0.6.0\)/)).toBeInTheDocument();
expect(screen.getByText("npm i -g @runfusion/fusion")).toBeInTheDocument();
expect(screen.getByText("fn update")).toBeInTheDocument();
expect(screen.getByText(/or pull this source checkout/)).toBeInTheDocument();
expect(screen.getByRole("link", { name: "Release notes" })).toHaveAttribute(
"href",
"https://github.com/Runfusion/Fusion/blob/main/CHANGELOG.md",