Skip to content

Commit 5cc8480

Browse files
chore: generate
1 parent 2b432d9 commit 5cc8480

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

packages/opencode/test/cli/tui/use-event.test.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,7 @@ async function mount() {
8282
})
8383

8484
const app = await testRender(() => (
85-
<SDKProvider
86-
url="http://test"
87-
directory="/tmp/root"
88-
events={source.source}
89-
fetch={fetch}
90-
>
85+
<SDKProvider url="http://test" directory="/tmp/root" events={source.source} fetch={fetch}>
9186
<ProjectProvider>
9287
<Probe
9388
onReady={async (ctx) => {

0 commit comments

Comments
 (0)