chore: generate
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user