Skip to content

Commit c42a448

Browse files
author
Luca Forstner
committed
fix test
1 parent 320e74d commit c42a448

File tree

1 file changed

+3
-0
lines changed
  • packages/integration-tests/fixtures/build-information-injection

1 file changed

+3
-0
lines changed

packages/integration-tests/fixtures/build-information-injection/setup.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ const entryPointPath = path.resolve(__dirname, "input", "entrypoint.js");
55
const outputDir = path.resolve(__dirname, "out");
66

77
createCjsBundles({ index: entryPointPath }, outputDir, {
8+
release: {
9+
name: "build-information-injection-test",
10+
},
811
_experiments: { injectBuildInformation: true },
912
});

0 commit comments

Comments
 (0)