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
Uh oh! @lacolaco, the image you shared is missing helpful alt text. Check your issue body.
Alt text is an invisible description that helps screen readers describe images to blind or low-vision users. If you are using markdown to display images, add your alt text inside the brackets of the markdown image.
@testing-library/dom
version: v10.3.0Relevant code or config:
What you did:
I wrote a spec which throws an error by
getByXXX
and ran on a browser.What happened:
Since #1321, DTL cannot report an assertion error with DOM element due to illegal access to
process
.#1321
Until v10.2.0,
typeof process !== "undefined"
has been prevented this situation.Reproduction:
Problem description:
Suggested solution:
typeof
guard before accessingprocess
.The text was updated successfully, but these errors were encountered: