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 9b0590c commit 17b2e6aCopy full SHA for 17b2e6a
packages/core/src/codewhisperer/service/testGenHandler.ts
@@ -231,7 +231,6 @@ export async function exportResultsArchive(
231
const zip = new AdmZip(pathToArchive)
232
zip.extractAllTo(pathToArchiveDir, true)
233
234
- const session = ChatSessionManager.Instance.getSession()
235
const testFilePathFromResponse = session?.shortAnswer?.testFilePath
236
const testFilePath = testFilePathFromResponse
237
? testFilePathFromResponse.split('/').slice(1).join('/') // remove the project name
0 commit comments