Skip to content

Commit

Permalink
Merge branch 'main' into opensearch-log-group-resource-policy-delete
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsFronius committed Oct 5, 2022
2 parents dafe316 + e9dd1ab commit c225bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk/test/integ/common/jest-test.bash
Expand Up @@ -5,7 +5,7 @@ function invokeJest() {
# package.json.
if ! npx --no-install jest --version; then
echo 'Looks like we need to install jest first. Hold on.' >& 2
npm install --prefix .. jest jest-junit aws-sdk axios
npm install --prefix .. jest@^27 jest-junit@^14 aws-sdk@^2 axios@^0.27.2
fi

# This must --runInBand because parallelism is arranged for inside the tests
Expand Down

0 comments on commit c225bad

Please sign in to comment.