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.
2 parents d9d1be4 + d3bd246 commit 2817ab7Copy full SHA for 2817ab7
packages/amazonq/test/e2e/amazonq/review.test.ts
@@ -4,7 +4,7 @@
4
* Zuo
5
*/
6
7
-/* [object Object]*/ import assert from 'assert'
+import assert from 'assert'
8
import * as vscode from 'vscode'
9
import { qTestingFramework } from './framework/framework'
10
import sinon from 'sinon'
@@ -18,7 +18,6 @@ import {
18
SecurityScanStep,
19
amazonqCodeIssueDetailsTabTitle,
20
CodeWhispererConstants,
21
- // codeScanState,
22
} from 'aws-core-vscode/codewhisperer'
23
import path from 'path'
24
import { ScanAction, scanProgressMessage } from '../../../src/app/amazonqScan/models/constants'
0 commit comments