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 cad451a commit db5628cCopy full SHA for db5628c
packages/amazonq/test/unit/codewhisperer/testUtil.ts
@@ -24,7 +24,7 @@ export async function waitUntilSuggestionSeen(index: number = 0) {
24
}
25
)
26
27
- assert.ok(state === 'Showed')
+ assert.deepStrictEqual(state, 'Showed')
28
29
30
export async function acceptByTab() {
0 commit comments