22 lines
332 B
JSON
22 lines
332 B
JSON
|
{
|
||
|
"version": "2.0.0",
|
||
|
"tasks": [
|
||
|
{
|
||
|
"label": "test",
|
||
|
"type": "shell",
|
||
|
"command": "deno test --allow-all",
|
||
|
"group": {
|
||
|
"kind": "test",
|
||
|
"isDefault": true
|
||
|
},
|
||
|
"presentation": {
|
||
|
"echo": true,
|
||
|
"reveal": "always",
|
||
|
"panel": "dedicated",
|
||
|
"showReuseMessage": false,
|
||
|
"clear": true
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|