Skip to content

Commit

Permalink
add test task
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Nov 2, 2021
1 parent ca46d8c commit f58e0c4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@
},
{
"type": "npm",
"script": "test"
"script": "test",
"problemMatcher": [],
"label": "npm: test",
"detail": "mocha",
"group": {
"kind": "test",
"isDefault": true
}
}
]
}

0 comments on commit f58e0c4

Please sign in to comment.