Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Nov 1, 2024
1 parent 1ccc6d2 commit 8991d8a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/build-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,13 @@ describe("build", () => {
{
root: inputDir,
output: outputDir,
dynamicPaths: ["/module-exported.js", "/weather.txt", "/generated.txt", "/parameterized-thing.txt", "/parameterized-[page].txt"]
dynamicPaths: [
"/module-exported.js",
"/weather.txt",
"/generated.txt",
"/parameterized-thing.txt",
"/parameterized-[page].txt"
]
},
inputDir
);
Expand Down

0 comments on commit 8991d8a

Please sign in to comment.