mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
10 lines
174 B
JSON
10 lines
174 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "cargo",
|
||
|
"name": "Tests",
|
||
|
"cargoArgs": ["test", "--all-features"],
|
||
|
},
|
||
|
|
||
|
]
|
||
|
}
|