summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/context/comments.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/app/src/context/comments.test.ts')
-rw-r--r--packages/app/src/context/comments.test.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/app/src/context/comments.test.ts b/packages/app/src/context/comments.test.ts
index 13cb132c4..4f223e5f8 100644
--- a/packages/app/src/context/comments.test.ts
+++ b/packages/app/src/context/comments.test.ts
@@ -6,6 +6,7 @@ let createCommentSessionForTest: typeof import("./comments").createCommentSessio
beforeAll(async () => {
mock.module("@solidjs/router", () => ({
+ useNavigate: () => () => undefined,
useParams: () => ({}),
}))
mock.module("@opencode-ai/ui/context", () => ({