mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-27 18:34:51 +10:00
chore: integrate improve-integration
This commit is contained in:
@@ -92,7 +92,8 @@ describe("updateSectionItem", () => {
|
||||
});
|
||||
|
||||
const customSection = result.customSections.find((s) => s.id === "custom-1");
|
||||
expect((customSection?.items[0] as { value?: string }).value).toBe("new");
|
||||
if (!customSection) throw new Error("Custom section not found");
|
||||
expect((customSection.items[0] as { value?: string }).value).toBe("new");
|
||||
});
|
||||
|
||||
it("does nothing when custom section is not found", () => {
|
||||
|
||||
Reference in New Issue
Block a user