Skip to content

Commit

Permalink
Whitespace consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Dec 9, 2024
1 parent ff0b012 commit aa218af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AutoCopyPluginTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ test("Input -> output remapping not yet supported (throws error)", async (t) =>
let elev = new Eleventy("./test/stubs-autocopy/", "./test/stubs-autocopy/_site12", {
configPath: false,
config: function (eleventyConfig) {
// not yet supported
// not yet supported
eleventyConfig.addPassthroughCopy({"**/*.png": "yo"}, {
mode: "auto"
});
Expand Down

0 comments on commit aa218af

Please sign in to comment.