Skip to content

Commit

Permalink
Merge branch 'master' into ecs/compile
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 12, 2021
2 parents 4e4f37c + aa5b22f commit 66a95db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@aws-cdk/cfnspec/test/spec-validators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ function validateProperties(

} else {
// eslint-disable-next-line no-console
console.error(`${typeName}.Properties.${name} has known type: ${JSON.stringify(property)}`);
console.error(`${typeName}.Properties.${name} does not declare a type.` +
`Property definition is: ${JSON.stringify(property, undefined, 2)}`);
expect(false).toBeTruthy();
}

Expand Down

0 comments on commit 66a95db

Please sign in to comment.