Skip to content

Commit 0b10e58

Browse files
committed
test: move test files
1 parent 8121e82 commit 0b10e58

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { render, screen } from "@testing-library/react";
22
import { beforeEach, expect, test, vi } from "vitest";
3-
import Home from "../src/app/page";
3+
import Home from "../page";
44

55
// Mock Next.js modules
66
vi.mock("next/headers", () => ({

0 commit comments

Comments
 (0)