From 091f551eb5f10ad5587732a21ed645ea36d8260f Mon Sep 17 00:00:00 2001 From: Theodore Kruczek Date: Mon, 15 Jan 2024 13:32:35 -0500 Subject: [PATCH] chore: :technologist: update tasks --- .vscode/tasks.json | 12 ------------ 1 file changed, 12 deletions(-) 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",