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
feat: support handling promises with jest-extended .toResolve & .toRejects (#612)
* Support jest-extended toResolve and toReject as handling promises
* add test cases for toResolve and toReject matchers
* feat(await-async-query): support handling promises with jest-extendeds toResolve and toRejects
* docs(await-async-query): add docs for toResolve/toReject
* Add jest-extended docs
* fireEvent.blur(getByLabelText('username'))
* run format
* add tests for await-async-utils and await-fire-event
0 commit comments