chore: fix test

This commit is contained in:
Adam
2026-02-10 07:06:15 -06:00
parent 87795384de
commit 19ad7ad809
4 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ let dirsToExpand: typeof import("./file-tree").dirsToExpand
beforeAll(async () => {
mock.module("@solidjs/router", () => ({
useNavigate: () => () => undefined,
useParams: () => ({}),
}))
mock.module("@/context/file", () => ({