Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zakstucke committed Jul 30, 2024
1 parent 34ee2d1 commit 078c4d9
Show file tree
Hide file tree
Showing 5 changed files with 335 additions and 31 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions leptos_workers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,19 @@ features = [
"WorkerLocation",
"WorkerOptions",
"WorkerType",
"MessageChannel",
"MessagePort",
"WritableStream",
"TransformStream",
"ImageBitmap",
"OffscreenCanvas",
"RtcDataChannel"
"RtcDataChannel",
"RtcPeerConnection",
]

[dev-dependencies]
gloo-timers = { version = "0.3", features = ["futures"]}
trybuild = "1.0"
pollster = "0.3"
wasm-bindgen-test = "0.3"
wasm-bindgen-test = "0.3"
paste = "1.0"
Binary file added leptos_workers/tests/assets/test_image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 078c4d9

Please sign in to comment.