docs/src/languages/deno.md 🔗
@@ -114,7 +114,7 @@ To run deno tasks like tests from the ui, add this to `.zed/tasks.json`
[
{
"label": "deno test",
- "command": "deno test -A --filter '/^$ZED_CUSTOM_DENO_TEST_NAME$/' $ZED_FILE",
+ "command": "deno test -A --filter '/^$ZED_CUSTOM_DENO_TEST_NAME$/' '$ZED_FILE'",
"tags": ["js-test"]
}
]