Skip to content

Add condition to waitFor #68

@dmitry-korolev

Description

@dmitry-korolev
type WaitFor = Array<AnyEventCreator | string | {
	event: AnyEventCreator | string
	timeout: number
+	condition: () => boolean
}>

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions