mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
10 lines
No EOL
187 B
TOML
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}",
|
|
] |