ooye-nix-patches/.vscode/tasks.json
2023-05-08 23:37:51 +12:00

17 lines
288 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "test",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"label": "npm: test",
"detail": "cross-env FORCE_COLOR=true supertape --format tap test/test.js | tap-dot"
}
]
}