Update and resolves tests

This commit is contained in:
adilallo
2026-02-06 08:06:50 -07:00
parent aef04c525a
commit e3478e6105
38 changed files with 40 additions and 39 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import React from "react";
import { render, screen } from "@testing-library/react";
import { describe, it, expect, vi } from "vitest";
import ContentBanner from "../../app/components/ContentBanner";
import ContentBanner from "../../app/components/sections/ContentBanner";
import type { BlogPost } from "../../lib/content";
vi.mock("next/link", () => ({