AppFlowy-Cloud/libs/wasm-test
Nathan.fooo 0e4442159e
chore: support client version when connect using webscoket (#368)
* chore: support client version when connect using webscoket

* chore: update tokio version

* chore: fix audit

* chore: fix wasm test

* chore: update

* chore: update

* chore: update

* chore: update
2024-03-05 07:22:56 +08:00
..
src feat: create websocket crate for wasm and native (#269) 2024-01-23 14:25:01 +08:00
tests chore: support client version when connect using webscoket (#368) 2024-03-05 07:22:56 +08:00
Cargo.toml chore: run with different env file (#275) 2024-01-29 02:26:43 +08:00
README.md feat: enable cors in nginx (#276) 2024-01-29 13:14:50 +08:00

README.md

Run test

Before executing the test, you need to install the Chrome Driver. If you are using a Mac, you can easily install it using Homebrew.

brew install chromedriver

then run the test

wasm-pack test --headless  --chrome

Testing in browser

wasm-pack test --chrome

Ref: wasm-bindgen-test