lighthouse fixes
This commit is contained in:
@@ -19,7 +19,7 @@ describe("card layout", () => {
|
||||
});
|
||||
|
||||
it("defines standardized card CSS (content band + footer bar)", async () => {
|
||||
const css = await read("public/styles/global.css");
|
||||
const css = await read("src/styles/global.css");
|
||||
|
||||
expect(css).toContain(".card-content");
|
||||
expect(css).toContain("justify-content: space-between");
|
||||
|
||||
Reference in New Issue
Block a user