Skip to content

Commit 9dc3a1a

Browse files
committed
small comment fix
1 parent 05e615b commit 9dc3a1a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/amazonq/test/e2e_new/amazonq/utils/generalUtils.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ export async function sleep(timeout: number) {
1414
}
1515

1616
/**
17-
* Expect
18-
* @param timeout Time in miliseconds
17+
* Minimal assertion library for testing
18+
* @param actual The value to test
19+
* @returns Object with assertion methods (equals, include, is.true)
1920
*/
2021
export const expect = (actual: any) => ({
2122
equals: (expected: any) => {

0 commit comments

Comments
 (0)