chore: generate
This commit is contained in:
parent
c2e6b18076
commit
6c36b585c3
12 changed files with 483 additions and 474 deletions
|
|
@ -171,9 +171,7 @@ describe("Project directory persistence", () => {
|
|||
|
||||
yield* project.fromDirectory(tmp)
|
||||
|
||||
expect(yield* directories(remoteID)).toEqual([
|
||||
{ directory: AbsolutePath.make(tmp), strategy: undefined },
|
||||
])
|
||||
expect(yield* directories(remoteID)).toEqual([{ directory: AbsolutePath.make(tmp), strategy: undefined }])
|
||||
}),
|
||||
)
|
||||
|
||||
|
|
@ -197,9 +195,7 @@ describe("Project directory persistence", () => {
|
|||
yield* project.fromDirectory(tmp)
|
||||
|
||||
expect(yield* directories(original.project.id)).toEqual([])
|
||||
expect(yield* directories(remoteID)).toEqual([
|
||||
{ directory: AbsolutePath.make(tmp), strategy: undefined },
|
||||
])
|
||||
expect(yield* directories(remoteID)).toEqual([{ directory: AbsolutePath.make(tmp), strategy: undefined }])
|
||||
}),
|
||||
)
|
||||
})
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ describe("project directories and copies endpoints", () => {
|
|||
test.directory,
|
||||
`/experimental/project/${projectID}/copy/refresh?location%5Bdirectory%5D=${encodeURIComponent(test.directory)}`,
|
||||
{
|
||||
method: "POST",
|
||||
method: "POST",
|
||||
},
|
||||
)
|
||||
expect(refresh.status).toBe(204)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue