Run doc tests on Web as well (#3799)

This commit is contained in:
daxpedda 2024-07-20 21:20:18 +02:00 committed by GitHub
parent 88bbdb33da
commit 73c01fff96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 39 additions and 12 deletions

View file

@ -331,6 +331,7 @@ concurrent-queue = { version = "2", default-features = false }
[target.'cfg(target_family = "wasm")'.dev-dependencies]
console_error_panic_hook = "0.1"
tracing-web = "0.1"
wasm-bindgen-test = "0.3"
[[example]]
doc-scrape-examples = true