angrykoala / wendigo

A proper monster for front-end automated testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove method rejectAssertion if possible

angrykoala opened this issue · comments

The utils method rejectAssertion may be no longer useful, as simply throwing an assertion error within an async function should be enough.

Consider refactoring this to simplify error handling