14 lines
202 B
JSON
14 lines
202 B
JSON
{
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"type": "npm",
|
|
"script": "test",
|
|
"group": "test",
|
|
"problemMatcher": [],
|
|
"label": "npm: test",
|
|
"detail": "jest"
|
|
}
|
|
]
|
|
}
|