dioxus/packages/router/Makefile.toml
2022-02-04 17:18:31 +01:00

10 lines
No EOL
187 B
TOML

[tasks.test-with-browser]
extend = "core::wasm-pack-base"
command = "wasm-pack"
args = [
"test",
"@@split(DIOXUS_TEST_FLAGS, )",
"--",
"--features",
"${DIOXUS_TEST_FEATURES}",
]