Skip to content

Commit a4f3cf0

Browse files
Update README.md
1 parent 264c59a commit a4f3cf0

3 files changed

Lines changed: 28 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Rust port of [Testing Library](https://testing-library.com/).
66

77
## Frameworks
88

9-
Rust Radix is available for these Rust frameworks:
9+
Rust Testing Library is available for these Rust frameworks:
1010

1111
- [DOM](./packages/dom) ([`web-sys`](https://rustwasm.github.io/wasm-bindgen/web-sys/index.html))
1212

packages/dom/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!-- <p align="center">
2+
<a href="../../../../logo.svg">
3+
<img src="../../../../logo.svg" width="300" height="200" alt="Rust Testing Library Logo">
4+
</a>
5+
</p> -->
6+
7+
<h1 align="center">testing-library-dom</h1>
8+
9+
Simple and complete DOM testing utilities that encourage good testing practices.
10+
11+
[Rust Testing Library](https://github.com/RustForWeb/testing-library) is a Rust port of [Testing Library](https://testing-library.com/).
12+
13+
## Documentation
14+
15+
See [the Rust Testing Libary book](https://testing-library.rustforweb.org/) for documentation.
16+
17+
## Rust For Web
18+
19+
The Rust Testing Library project is part of the [Rust For Web](https://github.com/RustForWeb).
20+
21+
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.

packages/pretty-format/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Rust Pretty Format
22

33
Rust port of [pretty-format](https://github.com/jestjs/jest/tree/main/packages/pretty-format).
4+
5+
## Rust For Web
6+
7+
The Rust Pretty Format project is part of the [Rust For Web](https://github.com/RustForWeb).
8+
9+
[Rust For Web](https://github.com/RustForWeb) creates and ports web UI libraries for Rust. All projects are free and open source.

0 commit comments

Comments
 (0)