Test curvature drift during position nudging
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:
parent
f4e5c34fde
commit
0cfdd59e23
3 changed files with 76 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue