chore: generate
This commit is contained in:
parent
aa5999b188
commit
854d4b7a53
3 changed files with 22 additions and 19 deletions
|
|
@ -96,7 +96,8 @@ describe("workspace HttpApi", () => {
|
|||
await using tmp = await tmpdir({ git: true })
|
||||
await Instance.provide({
|
||||
directory: tmp.path,
|
||||
fn: async () => registerAdaptor(Instance.project.id, "local-test", localAdaptor(path.join(tmp.path, ".workspace"))),
|
||||
fn: async () =>
|
||||
registerAdaptor(Instance.project.id, "local-test", localAdaptor(path.join(tmp.path, ".workspace"))),
|
||||
})
|
||||
|
||||
const created = await request(WorkspacePaths.list, tmp.path, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue