Content Page #19

Merged
an.di merged 48 commits from adilallo/feature/Blog into main 2025-09-18 15:44:46 +00:00
5 changed files with 2 additions and 2 deletions
Showing only changes of commit 3cca30ae28 - Show all commits
+1 -1
View File
@@ -1,4 +1,4 @@
import ContentThumbnailTemplate from "../../components/ContentThumbnailTemplate";
import ContentThumbnailTemplate from "../components/ContentThumbnailTemplate";
// Mock blog post data for testing
const mockPost1 = {
+1 -1
View File
@@ -1,6 +1,6 @@
import { describe, it, expect, vi } from "vitest";
import { render, screen } from "@testing-library/react";
import ContentThumbnailTemplate from "../../components/ContentThumbnailTemplate";
import ContentThumbnailTemplate from "../../app/components/ContentThumbnailTemplate";
// Mock Next.js components
vi.mock("next/link", () => {