From d3895b5dfb7fd3a59256898f4a30f5cec5ab8658 Mon Sep 17 00:00:00 2001 From: Calvin Combs Date: Mon, 9 Sep 2024 12:20:27 -0700 Subject: [PATCH] diff --- projenrc/aws-cdk-integration-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projenrc/aws-cdk-integration-test.ts b/projenrc/aws-cdk-integration-test.ts index 74f6fd05b..46beb4f32 100644 --- a/projenrc/aws-cdk-integration-test.ts +++ b/projenrc/aws-cdk-integration-test.ts @@ -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;