| 1 | import { describe, expect, test } from "bun:test" |
| 2 | import { createStore } from "solid-js/store" |
| 3 | import { QueryClient } from "@tanstack/solid-query" |
| 4 | import type { Config, OpencodeClient, Project } from "@opencode-ai/sdk/v2/client" |
nothing calls this directly
no test coverage detected