chore: add test watch mode to zed command

This commit is contained in:
Shibo Lyu 2024-12-29 23:13:14 +08:00
parent 46a647441b
commit 645b720222

View file

@ -1,9 +1,10 @@
// Static tasks configuration.
//
// Example:
[
{
"label": "Test",
"command": "deno test"
},
{
"label": "Test - Watch",
"command": "deno test --watch"
}
]