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 0d44b1d commit 954d5fdCopy full SHA for 954d5fd
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