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

docs site for @testing-library/*

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

Add example using props in reference to .1 in https://github.com/testing-library/vue-testing-library/issues/216#issuecomment-812368342

### Describe the feature you'd like: When I want to test a situation that my tested hook throws an expected error I like I have the option to test it...

This PR add docs for a new Angular feature

- `@testing-library/react` version: 13.3.0 - Testing Framework and version: Storybook 6.5.9 - DOM Environment: Browser ### Relevant code or config: ```js import '@testing-library/react/dont-cleanup-after-each'; ``` ### What you did: I'm trying...

enhancement

Please update Codesandbox examples regarding react-router v6 https://github.com/testing-library/testing-library-docs/blob/732651f5c69c410eff9a362bc42a67d14770f840/docs/example-codesandbox.mdx

I am having a discussion with my team about what is the best practice when it comes to querying translated texts. As those texts can be modified by non-developers (translators)...

Description, screenshot and reproduction here: https://twitter.com/magnemg/status/1473314668815032323?s=21 Expected to see the API in the navbar, on mobile (latest iOS Safari) and on desktop.

https://github.com/kentcdodds/react-testing-library/pull/257#issuecomment-450685404 - service worker? - support for docs browsers like Dash?

nice to have 😎
help wanted 👋

**Is your feature request related to a problem? Please describe.** Function components with hooks are now officially recommended over class components by React. **Describe the solution you'd like** Replace old...

help wanted 👋

- `@testing-library/dom` version: 13.3.0 - Testing Framework and version: [email protected] - DOM Environment: jsdom ### Relevant code or config: ```js /** * @jest-environment jsdom */ import { render } from...