Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Dec 20, 2024
1 parent 3464472 commit 23dd767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ test("Keep a cache, don’t reuse with if the image changes, check output", asyn
outputDir: "./test/img/",
});

fs.unlinkSync("./test/generated-modify-bio.jpg");
fs.unlinkSync("./test/generated-modify2-bio.jpg");
fs.copyFileSync("./test/modify2-bio-grayscale.jpg", "./test/generated-modify2-bio.jpg");

let stats2 = await eleventyImage("./test/generated-modify2-bio.jpg", {
Expand Down

0 comments on commit 23dd767

Please sign in to comment.