mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 05:59:50 +00:00
chore: fix test
This commit is contained in:
parent
87795384de
commit
19ad7ad809
4 changed files with 4 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ let dirsToExpand: typeof import("./file-tree").dirsToExpand
|
|||
|
||||
beforeAll(async () => {
|
||||
mock.module("@solidjs/router", () => ({
|
||||
useNavigate: () => () => undefined,
|
||||
useParams: () => ({}),
|
||||
}))
|
||||
mock.module("@/context/file", () => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue