Docs.rs
testing-library-dom-0.0.1
testing-library-dom 0.0.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
DanielleHuisman
Dependencies
aria-query ^0.0.3
normal
dom-accessibility-api ^0.0.2
normal
log ^0.4.22
normal
paste ^1.0.15
normal
pretty-format ^0.0.1
normal
regex ^1.10.6
normal
thiserror ^1.0.63
normal
wasm-bindgen ^0.2.93
normal
web-sys ^0.3.70
normal
indoc ^2.0.5
dev
mockall ^0.13.0
dev
wasm-bindgen-test ^0.3.42
dev
Versions
4.28%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
testing_
library_
dom
0.0.1
testing_library_dom
Function
wait_for
Copy item path
Source
pub fn wait_for<T>(callback:
Box
<dyn
Fn
() -> T>, _options:
WaitForOptions
) -> T