Skip to content

Commit 6f21d06

Browse files
committed
TODO
1 parent a523ae6 commit 6f21d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/service/testGenHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export async function pollTestJobStatus(
160160
const targetFileInfo = packageInfo?.targetFileInfoList?.[0]
161161

162162
if (packageInfo) {
163-
// TODO: will need some fields from packageInfo
163+
// TODO: will need some fields from packageInfo such as buildCommand, packagePlan, packageSummary
164164
}
165165
if (targetFileInfo) {
166166
if (targetFileInfo.numberOfTestMethods) {

0 commit comments

Comments
 (0)