Skip to content

Commit 364866a

Browse files
committed
Fix typecheck
1 parent 0a10bcb commit 364866a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/opencode/test/plugin/github-copilot-models.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ test("remaps fallback oauth model urls to the enterprise host", async () => {
125125
project: {} as never,
126126
directory: "",
127127
worktree: "",
128+
experimental_workspace: {
129+
register() {},
130+
},
128131
serverUrl: new URL("https://example.com"),
129132
$: {} as never,
130133
})

0 commit comments

Comments
 (0)