From f58e0c46baded331f707f6e76275cc3e1fcc8584 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Tue, 2 Nov 2021 11:13:46 +0100 Subject: [PATCH] add test task --- .vscode/tasks.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 71da63e8..082963ac 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -15,7 +15,14 @@ }, { "type": "npm", - "script": "test" + "script": "test", + "problemMatcher": [], + "label": "npm: test", + "detail": "mocha", + "group": { + "kind": "test", + "isDefault": true + } } ] }