You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not really a fan of offering multiple ways of doing something, but since it's a pattern in jest, and as long as it's feasible, I'm not opposed to it. And at least API-wise it seems like it should line up well with the bs-jest approach of requiring a single assertion to be returned.
Jest seems to have good support for promises with assertions: https://jestjs.io/docs/en/asynchronous#promises, which may be useful to provide.
The text was updated successfully, but these errors were encountered: