Skip to content

Commit

Permalink
Use tasks.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ledyba committed Nov 16, 2024
1 parent 6aca00d commit ccf476e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .vscode/launch.json

This file was deleted.

14 changes: 14 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "test",
"path": "server",
"group": "test",
"problemMatcher": [],
"label": "npm: run test - server",
"detail": "mocha"
}
]
}

0 comments on commit ccf476e

Please sign in to comment.