dioxus/packages/router/Makefile.toml

10 lines
187 B
Makefile
Raw Normal View History

2022-02-04 16:18:31 +00:00
[tasks.test-with-browser]
extend = "core::wasm-pack-base"
command = "wasm-pack"
2022-02-01 19:40:29 +00:00
args = [
"test",
"@@split(DIOXUS_TEST_FLAGS, )",
"--",
"--features",
"${DIOXUS_TEST_FEATURES}",
2022-02-04 16:18:31 +00:00
]