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 f59c5db commit aa1d086Copy full SHA for aa1d086
packages/amazonq/test/unit/codewhisperer/service/securityScanHandler.test.ts
@@ -66,7 +66,7 @@ const buildMockListCodeScanFindingsResponse = (
66
})
67
68
function getWorkspaceFolder(): string {
69
- return path.join(__dirname, '../../../../../../core/dist/src/testFixtures/workspaceFolder')
+ return path.join(__dirname, '../../../../../../core/src/testFixtures/workspaceFolder')
70
}
71
72
describe('securityScanHandler', function () {
0 commit comments