Compare commits

...

4 Commits

Author SHA1 Message Date
Meghan Denny
1b96585ec9 Merge branch 'main' into nektro-patch-41887 2024-05-28 14:35:23 -07:00
Meghan Denny
c5bc45a3d1 Merge branch 'main' into nektro-patch-41887 2024-05-23 21:29:59 -07:00
Meghan Denny
859c422de4 Merge branch 'main' into nektro-patch-41887 2024-05-23 14:45:42 -07:00
Meghan Denny
7a56a996aa test: bun-install: use runBunInstall helper 2024-05-21 20:26:16 -07:00
2 changed files with 124 additions and 1356 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -840,7 +840,7 @@ export async function runBunInstall(env: NodeJS.ProcessEnv, cwd: string) {
expect(err).toContain("Saved lockfile");
let out = await new Response(stdout).text();
expect(await exited).toBe(0);
return { out, err, exited };
return { err, out };
}
// If you need to modify, clone it