-
Notifications
You must be signed in to change notification settings - Fork 3
feat: Implement waitFor
#2
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
Conversation
Welcome to Codecov 🎉
Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.
Thanks for integrating Codecov - We've got you covered ☂️
c9aae2a
to
bb6775b
Compare
waitFor
(追記ここまで)
a528e86
to
c2c72a9
Compare
We also test Node.js 14 which doesn't support AbortController
Jest is not suited for this check since has no knowledge about the build matrix. Codecov should check this instead
7e60d29
to
75b76f6
Compare
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 253fe6c:
|
@eps1lon Do we still want to move forwards with this effort?
@siriwatknp
siriwatknp
Jun 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should options
be optional? Otherwise, I get a TS error if 2nd arg is not provided.
Uh oh!
There was an error while loading. Please reload this page.
Closes #3
API preview
Docs: testing-library/testing-library-docs#1204