-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove itAsync
from remaining relevant tests
#12210
base: jerel/remove-itasync-part-2
Are you sure you want to change the base?
Remove itAsync
from remaining relevant tests
#12210
Conversation
✅ Docs Preview ReadyNo new or changed pages found. |
|
commit: |
c976713
to
6c82bf7
Compare
6c82bf7
to
f2defe9
Compare
1e7d108
to
5bdd9db
Compare
f2defe9
to
ba16e3d
Compare
5bdd9db
to
df1bc72
Compare
df1bc72
to
1ca4f08
Compare
This PR completes the work to remove
itAsync
from our tests. It is still used by the hoc and component tests, but these will be deleted with 4.0 so we can ignore these for now.itAsync
will be removed when we remove the query components and hoc on the 4.0 branch.