Skip to content

Commit

Permalink
add github issue in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jogold committed Sep 7, 2020
1 parent f0bf6f5 commit eda84df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/@aws-cdk/aws-lambda-nodejs/test/docker.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ test('parcel is available', async () => {
});

test('parcel is installed without a package-lock.json file', async () => {
// We don't want a lock file at / to prevent Parcel from considering that /asset-input
// is part of a monorepo.
// See https://github.com/aws/aws-cdk/pull/10039#issuecomment-682738396
const proc = spawnSync('docker', [
'run', 'parcel',
'sh', '-c',
Expand Down

0 comments on commit eda84df

Please sign in to comment.