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
* tests: remove eslint-disable jest/no-test-callback
Instead of using the `done` callback from the test function, we can be using a Promise instead.
I've checked that if `resolve` is not called the test fails (timeout).
* fix: code style
* test: ensure an assertion is made (code review)
0 commit comments