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
I was on the point of adding the options parameter when I found that the options type is also missing from the typings in dom-testing-library.
I'm going to open an issue on the dom-testing-library and will add the typings there. If you consider we can already add the docs, I'll do it. Otherwise, you can consider this issue on hold 🙂
Update: the options type has been added. I'll add the docs by the end of tomorrow.
Uh oh!
There was an error while loading. Please reload this page.
The documentation related to prettyDOM is missing the third parameter:
options
.It seems
prettyDOM
usesprettyFormat
under the hood. The options we can pass toprettyDOM
can be found here 🙂The text was updated successfully, but these errors were encountered: