Skip to content

Commit

Permalink
chore(cli): run npm unit tests when testing javascript init templates (
Browse files Browse the repository at this point in the history
…#7665)

Added missing `npm run test` invocation to align with our typescript [test](https://github.com/aws/aws-cdk/blob/master/packages/aws-cdk/test/integ/init/test-typescript.sh#L27).
  • Loading branch information
iliapolo committed Apr 29, 2020
1 parent 47c9919 commit dea10e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/aws-cdk/test/integ/init/test-javascript.sh
Expand Up @@ -22,5 +22,6 @@ for template in $templates; do
setup

cdk init -l javascript $template
npm run test
cdk synth
done

0 comments on commit dea10e8

Please sign in to comment.