Skip to content

Commit

Permalink
test for #1767 in the manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Nov 1, 2024
1 parent 0407142 commit 1ccc6d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/build-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ describe("build", () => {
{
root: inputDir,
output: outputDir,
dynamicPaths: ["/module-exported.js", "/weather.txt", "/generated.txt", "/parameterized-thing.txt"]
dynamicPaths: ["/module-exported.js", "/weather.txt", "/generated.txt", "/parameterized-thing.txt", "/parameterized-[page].txt"]
},
inputDir
);
Expand All @@ -173,7 +173,8 @@ describe("build", () => {
files: [
{path: "/weather.txt"},
{path: "/generated.txt", source: "/generated.txt.ts"},
{path: "/parameterized-thing.txt", source: "/parameterized-[page].txt.ts"}
{path: "/parameterized-thing.txt", source: "/parameterized-[page].txt.ts"},
{path: "/parameterized-[page].txt", source: "/parameterized-[page].txt.ts"}
],
modules: [{path: "/module-exported.js", source: "/module-[type].js"}]
});
Expand Down

0 comments on commit 1ccc6d2

Please sign in to comment.