testing-library-docs icon indicating copy to clipboard operation
testing-library-docs copied to clipboard

docs site for @testing-library/*

Results 103 testing-library-docs issues
Sort by recently updated
recently updated
newest added

### What you did: Adds image dimensions to fix layout shifts ### What happened: When images don't have dimensions, layout can shift at slow connection

It will be easier for the user if you replace the TabItem values with general ones, because if you select a tab in one of the code examples, TypeScript, then...

Prepare docs for ATL v17 Needs to be merged after https://github.com/testing-library/angular-testing-library/pull/460

Docs for https://github.com/testing-library/react-testing-library/pull/1354 https://deploy-preview-1417--testing-library.netlify.app/docs/react-testing-library/api#oncaughterror https://deploy-preview-1416--testing-library.netlify.app/docs/react-testing-library/faq/ Testing error boundaries is closely related to `onCaughtError` so it felt natural to include docs here.

Closes https://github.com/testing-library/testing-library-docs/issues/1060 [Preview](https://deploy-preview-1416--testing-library.netlify.app/docs/react-testing-library/faq) ("How do I test thrown errors in a Component or Hook?")

**Is your feature request related to a problem? Please describe.** There is a straight forward and concise example of how to use MSW with RTL here: https://testing-library.com/docs/react-testing-library/example-intro/ However, what this...

External link placed on https://testing-library.com/docs/example-external refers to the guide with multiple examples using `@react-mock` which is archived year+ ago. Can suggest to remove a link or link more up-to-date examples

Bumps [webpack](https://github.com/webpack/webpack) from 5.76.1 to 5.95.0. Release notes Sourced from webpack's releases. v5.95.0 Bug Fixes Fixed hanging when attempting to read a symlink-like file that it can't read Handle default...

dependencies

This PR adds documentation for the new [Qwik Testing Library](https://github.com/ianlet/qwik-testing-library) to provide more testing tools for the Qwik Framework. The library was tested with a few projects running in production,...

I found something confusing in the documentation regarding testing-library-dom [Here](https://testing-library.com/docs/user-event/install/) you say that testing-library-dom should be resolved via the framework wrapper And when you then go to the [actual framework...