dioxus/packages/router/Makefile.toml

10 lines
187 B
TOML
Raw Normal View History

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