* feat: enable cors in nginx * chore: update * chore: fix ci |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||
| README.md | ||
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