allure-js
allure-js copied to clipboard
The `body` type in the `step` function is too strict
Describe the bug
As described here argument body
must return promise in any case. I think there is no need to require this. I suggest changing the return type to a less strict one: playground