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 03c59f1 commit 457c09bCopy full SHA for 457c09b
packages/core/src/codewhisperer/service/testGenHandler.ts
@@ -160,7 +160,7 @@ export async function pollTestJobStatus(
160
const targetFileInfo = packageInfo?.targetFileInfoList?.[0]
161
162
if (packageInfo) {
163
- // TODO: will need some fields from packageInfo
+ // TODO: will need some fields from packageInfo such as buildCommand, packagePlan, packageSummary
164
}
165
if (targetFileInfo) {
166
if (targetFileInfo.numberOfTestMethods) {
0 commit comments