some tests

This commit is contained in:
Robin Appelman 2022-04-10 19:22:55 +02:00
commit 00e27ae607
4 changed files with 121 additions and 5 deletions

View file

@ -32,6 +32,7 @@ console_error_panic_hook = { version = "0.1.6", optional = true }
#
# Unfortunately, `wee_alloc` requires nightly Rust when targeting wasm for now.
wee_alloc = { version = "0.4.5", optional = true }
pretty_assertions = "1.2.1"
[dev-dependencies]
wasm-bindgen-test = "0.3.13"
@ -39,4 +40,4 @@ wasm-bindgen-test = "0.3.13"
[profile.release]
[profile.dev.package."*"]
opt-level = 3
opt-level = 3