Test curvature drift during position nudging
All checks were successful
/ test (pull_request) Successful in 2m25s

The test fails, as expected, if you disable sphere normalization by
making `Sphere::normalize_mut_rep` do nothing. Since the tests aren't
built for WebAssembly, we have to replace `console::log` with
`console_log!` in all of the functions they use. We'll eventually want
to do this replacement everywhere.
This commit is contained in:
Aaron Fenyes 2025-05-20 17:26:23 -07:00
parent c263d5b8a6
commit f1da5155a3
3 changed files with 76 additions and 38 deletions

View file

@ -46,6 +46,9 @@ features = [
dyna3 = { path = ".", default-features = false, features = ["dev"] }
wasm-bindgen-test = "0.3.34"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(sycamore_force_ssr)"] }
[profile.release]
opt-level = "s" # optimize for small code size
debug = true # include debug symbols