mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-24 15:22:20 +10:00
feat: add hide link underline option to resume settings, resolves #3134
This commit is contained in:
@@ -4,6 +4,13 @@ import { describe, expect, it } from "vitest";
|
||||
|
||||
const source = readFileSync(fileURLToPath(new URL("./primitives.tsx", import.meta.url)), "utf8");
|
||||
|
||||
describe("Link", () => {
|
||||
it("passes the resume page underline preference to shared link styles", () => {
|
||||
expect(source).toContain("metadata.page.hideLinkUnderline");
|
||||
expect(source).toContain("hideUnderline: metadata.page.hideLinkUnderline");
|
||||
});
|
||||
});
|
||||
|
||||
describe("SectionHeadingIcon", () => {
|
||||
it("passes the resolved heading icon size through the icon size prop", () => {
|
||||
expect(source).toContain("size: sizeProp");
|
||||
|
||||
Reference in New Issue
Block a user