mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-12-18 08:33:07 +00:00
7 lines
206 B
Markdown
7 lines
206 B
Markdown
# The router book
|
|
|
|
## How to run the tests
|
|
- Navigate your terminal to this directory
|
|
- Run `cargo clean`
|
|
- Run `cargo build --all --F regex -F serde -F web`
|
|
- Run `mdbook test -L ../../target/debug/deps/`
|