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 05e615b commit 9dc3a1aCopy full SHA for 9dc3a1a
packages/amazonq/test/e2e_new/amazonq/utils/generalUtils.ts
@@ -14,8 +14,9 @@ export async function sleep(timeout: number) {
14
}
15
16
/**
17
- * Expect
18
- * @param timeout Time in miliseconds
+ * Minimal assertion library for testing
+ * @param actual The value to test
19
+ * @returns Object with assertion methods (equals, include, is.true)
20
*/
21
export const expect = (actual: any) => ({
22
equals: (expected: any) => {
0 commit comments