diff --git a/.vscode/tasks.json b/.vscode/tasks.json index b88c7f2..cecbeda 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -25,18 +25,6 @@ "color": "terminal.ansiYellow" } }, - { - "label": "Test with Jest", - "command": "npm test", - "type": "shell", - "args": [], - "isBackground": true, - "problemMatcher": [], - "icon": { - "id": "go-to-file", - "color": "terminal.ansiGreen" - } - }, { "label": "Test for Coverage", "command": "npm run test:coverage",