Skip to content

Commit

Permalink
wip: PR feedback - remove intermediate local var
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants committed Jan 14, 2025
1 parent b8b84a6 commit a1995fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions integration/cli/build.nonconflict.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ describe("build", () => {
const dist = `${testModule}/dist`;
expect(await file.exists(dist)).toBe(false);

const out = outputDir;
expect(await file.exists(out)).toBe(true);
expect(await file.exists(outputDir)).toBe(true);
});

it("--custom-image, works", async () => {
Expand Down

0 comments on commit a1995fe

Please sign in to comment.