nearform-actions/optic-release-automation-action

Await and check logic of async assertions in tests

Closed this issue ยท 1 comments

AlanSl commented

This came up in review of #305 (specifically this comment thread)

simoneb yesterday: when you make async assertions (such as .rejects or .resolves), you need to either return or (preferably, in my opinion) await the result of the assertion, otherwise the assertion will be a noop

AlanSl yesterday: ...I've found a few pre-existing examples where I think tests aren't behaving as intended... I might fix these in a small separate PR.

simoneb yesterday: yes please, any async tap assertions need to be awaited for them to have any effect

๐ŸŽ‰ This issue has been resolved in version 4.6.0 ๐ŸŽ‰

The release is available on:

Your optic bot ๐Ÿ“ฆ๐Ÿš€