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 33ea9a6 commit d3bd246Copy full SHA for d3bd246
packages/amazonq/test/e2e/amazonq/review.test.ts
@@ -21,10 +21,7 @@ import path from 'path'
21
import { ScanAction, scanProgressMessage } from '../../../src/app/amazonqScan/models/constants'
22
23
function getWorkspaceFolder(): string {
24
- return (
25
- vscode.workspace.workspaceFolders?.[0]?.uri.fsPath ??
26
- path.join(__dirname, '../../../../core/src/testFixtures/workspaceFolder')
27
- )
+ return vscode.workspace.workspaceFolders![0].uri.fsPath
28
}
29
30
describe('Amazon Q Code Review', function () {
0 commit comments