Appearance
Test
Most tests can be run as usual:
bash
just test
just test
or
bash
cargo test
cargo test
but some tests needs to be run within a real browser:
bash
wasm-pack test --chrome
wasm-pack test --chrome