Skip to content

Add docs for Web Testing Library #1204

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add name motivation
  • Loading branch information
eps1lon committed Feb 11, 2023
commit 2c1e259a01ba4987f9e41e4a8a8d142fe1cdd3e4
3 changes: 2 additions & 1 deletion docs/web-testing-library/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ implementing the
[Minimum Common Web Platform API](https://proposal-common-min-api.deno.dev/) (or
parts of it). This includes browsers, Node.js, Deno, React Native and others
(the [runtime keys](https://runtime-keys.proposal.wintercg.org/#react-native)
contains known runtimes).
contains known runtimes). The name is born out of pragmatism. A more precise
name would be "Web-interoperable runtimes Testing Library".

</details>