mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-08-24 15:22:20 +10:00
feat: add semantic CSS stylesheets (#3274)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor Agent
parent
4ac19f81b3
commit
d2ffbf9618
@@ -7,7 +7,8 @@ const source = readFileSync(fileURLToPath(new URL("./primitives.tsx", import.met
|
||||
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");
|
||||
expect(source).toContain("{ hideUnderline: metadata.page.hideLinkUnderline }");
|
||||
expect(source).toContain("resolved.style");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user