(docs): nodejs-function, document how to disable bundling for tests #12844
Labels
@aws-cdk/pipelines
CDK Pipelines library
docs/inline
Related to inline documentation of the API Reference
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
p2
Create an option to disable, (or automatically disable?) asset build/bundling, when using Jest to instantiate a cdk-pipeline for tests
Use Case
When using a pipeline instance in jest it causes the assets to build/bundle, it may be the intention of the test to check only that the pipeline is correctly formed, build/bundle testing may be handled else where.
In this case the build/bundle process creates additional time delay on testing in synth stage of the pipeline.
Proposed Solution
Create an option to disable, (or automatically disable?) asset build/bundling, when using Jest to instantiate a cdk-pipeline for tests
Other
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: