paketo-buildpacks / node-module-bom

Apache License 2.0
1 stars 1 forks source link

Refactor integration tests #82

Open TisVictress opened 2 years ago

TisVictress commented 2 years ago

Updating the pack version used for integrations tests to v0.26.0 caused failures due to changes to the location of BOM metadata. The fix added WithEntrypoint("launcher") to the container run since these tests uses an image with a baked in node start command. This is inconsistent with other integration tests that use the build-plan buildpack.

AC: The node-module-bom integration tests no longer needs to set the entrypoint to launcher when starting a container.

ryanmoran commented 2 years ago

I think this was resolved by https://github.com/paketo-buildpacks/node-module-bom/pull/87. @TisVictress can you confirm?