Consolidate component folders
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import ContentThumbnailTemplate from "../../components/ContentThumbnailTemplate";
|
import ContentThumbnailTemplate from "../components/ContentThumbnailTemplate";
|
||||||
|
|
||||||
// Mock blog post data for testing
|
// Mock blog post data for testing
|
||||||
const mockPost1 = {
|
const mockPost1 = {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
import { describe, it, expect, vi } from "vitest";
|
import { describe, it, expect, vi } from "vitest";
|
||||||
import { render, screen } from "@testing-library/react";
|
import { render, screen } from "@testing-library/react";
|
||||||
import ContentThumbnailTemplate from "../../components/ContentThumbnailTemplate";
|
import ContentThumbnailTemplate from "../../app/components/ContentThumbnailTemplate";
|
||||||
|
|
||||||
// Mock Next.js components
|
// Mock Next.js components
|
||||||
vi.mock("next/link", () => {
|
vi.mock("next/link", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user