chore: generate
This commit is contained in:
parent
47a45601fd
commit
51b10b128e
6 changed files with 11 additions and 16 deletions
|
|
@ -46,9 +46,7 @@ test("refreshes resources into reactive getters", async () => {
|
|||
if (url.pathname === "/api/agent")
|
||||
return json({
|
||||
location,
|
||||
data: [
|
||||
{ id: "build", request: { headers: {}, body: {} }, mode: "primary", hidden: false, permissions: [] },
|
||||
],
|
||||
data: [{ id: "build", request: { headers: {}, body: {} }, mode: "primary", hidden: false, permissions: [] }],
|
||||
})
|
||||
return undefined
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue