Skip to content

Commit

Permalink
diff
Browse files Browse the repository at this point in the history
  • Loading branch information
comcalvi committed Sep 9, 2024
1 parent e4d18db commit d3895b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projenrc/aws-cdk-integration-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class AwsCdkIntegrationTest extends pj.Component {
...buildAwsCdkLib(awsCdkRepo, awsCdkPath),
// Temporarily disabled, as it regularly prevents legitimate spec imports with intentional breaking changes.
// Instead, we need to add more purposeful validations like type renames.
//...runJsiiDiff(candidateSpec, diffIgnoreFile),
// ...runJsiiDiff(candidateSpec, diffIgnoreFile),
],
});
void runJsiiDiff, candidateSpec, diffIgnoreFile;
Expand Down

0 comments on commit d3895b5

Please sign in to comment.