We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4d79d commit 2932fa1Copy full SHA for 2932fa1
packages/core/src/codewhisperer/util/zipUtil.ts
@@ -420,7 +420,7 @@ export class ZipUtil {
420
{
421
maxSizeBytes: this.getProjectScanPayloadSizeLimitInBytes(),
422
excludePatterns:
423
- useCase === 'TEST_GENERATION'
+ useCase === FeatureUseCase.TEST_GENERATION
424
? [...CodeWhispererConstants.testGenExcludePatterns, ...defaultExcludePatterns]
425
: defaultExcludePatterns,
426
}
0 commit comments