mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-19 01:51:47 +01:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
18 lines
372 B
JSON
18 lines
372 B
JSON
[
|
|
{
|
|
"name": "nodeApp",
|
|
"question": "@workspace /setupTests mocha",
|
|
"expectations": {
|
|
"filePatterns": ["(mocharc|mocha\\.opts)", "\\.test\\.ts"],
|
|
"installCommandPattern": "npm i.*mocha",
|
|
"runCommandPattern": "mocha"
|
|
},
|
|
"files": [
|
|
"src/app.ts",
|
|
"package.json",
|
|
"package-lock.json",
|
|
"tsconfig.json"
|
|
]
|
|
}
|
|
]
|