chore: generate
This commit is contained in:
@@ -82,12 +82,7 @@ async function mount() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
const app = await testRender(() => (
|
const app = await testRender(() => (
|
||||||
<SDKProvider
|
<SDKProvider url="http://test" directory="/tmp/root" events={source.source} fetch={fetch}>
|
||||||
url="http://test"
|
|
||||||
directory="/tmp/root"
|
|
||||||
events={source.source}
|
|
||||||
fetch={fetch}
|
|
||||||
>
|
|
||||||
<ProjectProvider>
|
<ProjectProvider>
|
||||||
<Probe
|
<Probe
|
||||||
onReady={async (ctx) => {
|
onReady={async (ctx) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user