diff --git a/src/dockerfile.test.ts b/src/dockerfile.test.ts index b0dacf3a7e04..703218df5245 100644 --- a/src/dockerfile.test.ts +++ b/src/dockerfile.test.ts @@ -300,7 +300,7 @@ describe("Dockerfile", () => { expect(templatesCopyIndex).toBeLessThan(userIndex); }); - it("keeps package manager patch files in runtime images", async () => { + it("keeps package manager metadata in runtime images", async () => { const dockerfile = collapseDockerContinuations(await readFile(dockerfilePath, "utf8")); const pruneProd = "CI=true pnpm prune --prod"; const finalWorkspaceCopy =