mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
Clean up opencode rebase and stabilize runtime test
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
ebd45b62cd
commit
53ffa50638
1 changed files with 6 additions and 2 deletions
|
|
@ -899,7 +899,9 @@ describe("realizeExecutionWorkspace", () => {
|
|||
);
|
||||
}, 30_000);
|
||||
|
||||
it("provisions worktree-local pnpm node_modules instead of reusing base-repo links", async () => {
|
||||
it(
|
||||
"provisions worktree-local pnpm node_modules instead of reusing base-repo links",
|
||||
async () => {
|
||||
const repoRoot = await createTempRepo();
|
||||
await fs.mkdir(path.join(repoRoot, "scripts"), { recursive: true });
|
||||
await fs.mkdir(path.join(repoRoot, "packages", "shared"), { recursive: true });
|
||||
|
|
@ -997,7 +999,9 @@ describe("realizeExecutionWorkspace", () => {
|
|||
await expect(fs.realpath(path.join(repoRoot, "server", "node_modules", "@repo", "shared"))).resolves.toBe(
|
||||
await fs.realpath(path.join(repoRoot, "packages", "shared")),
|
||||
);
|
||||
});
|
||||
},
|
||||
15_000,
|
||||
);
|
||||
|
||||
it("records worktree setup and provision operations when a recorder is provided", async () => {
|
||||
const repoRoot = await createTempRepo();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue