Set default vscode test task

This allows running the test task via a command/keybinding
This commit is contained in:
Daniel Imms
2022-01-11 07:50:17 -08:00
parent 2866977941
commit 55cd34c7a5
+4 -1
View File
@@ -11,7 +11,10 @@
{
"type": "npm",
"script": "test",
"group": "test",
"group":{
"kind": "test",
"isDefault": true
},
"problemMatcher": []
},
{