Skip to content

Commit

Permalink
chore: 🧑‍💻 update tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 15, 2024
1 parent e7ddf9f commit 091f551
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 091f551

Please sign in to comment.