v5.2.0: undo/redo, version history, embedded AI assistant, mobile builder & more (#3205)

This commit is contained in:
Amruth Pillai
2026-07-04 14:57:25 +02:00
committed by GitHub
parent 09bc6ec521
commit 57e9c8c487
181 changed files with 46794 additions and 11348 deletions
@@ -54,6 +54,7 @@ describe("Footer", () => {
it("includes Reactive Resume version copy via Copyright", () => {
renderFooter();
expect(screen.getByText(/v9\.9\.9/)).toBeInTheDocument();
// The version is wrapped in <bdi> for RTL isolation, so it is its own text node.
expect(screen.getByText("9.9.9")).toBeInTheDocument();
});
});