Skip to content

Commit

Permalink
tests: fix wasm tests by setting a getrandom feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishrock123 committed Jun 29, 2021
1 parent 74e4884 commit 2800168
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion wasm-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ edition = "2018"

[dependencies]
surf = { path = "..", default-features = false, features = ["wasm-client"] }
wasm-bindgen-test = "0.3.18"
wasm-bindgen-test = "0.3.24"
async-std = "1.6.4"
serde_json = "1.0.57"

[dependencies.getrandom]
version = "0.2"
features = ["js"]

0 comments on commit 2800168

Please sign in to comment.