Skip to content

Commit badd3a9

Browse files
authored
Merge pull request #1 from hypothesis/trigger-github-actions
Make a trivial fix to attempt to trigger GitHub Actions
2 parents 59e0912 + 933ad38 commit badd3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wait.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function resolveTimeout(val: TimeoutSpec): TestTimeout {
3939
/**
4040
* Wait for a condition to evaluate to a truthy value.
4141
*
42-
* @return result of the `condition` function
42+
* @return The result of the first call to `condition` which returns non-null
4343
*/
4444
export async function waitFor<T>(
4545
condition: () => T,

0 commit comments

Comments
 (0)