mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-13 22:12:07 +01:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
17 lines
358 B
JSON
17 lines
358 B
JSON
[
|
|
{
|
|
"name": "nodeExpressApp",
|
|
"question": "@workspace /setupTests jest",
|
|
"expectations": {
|
|
"filePatterns": ["^jest\\.config\\.js$", "^.*\\.test\\.js$"],
|
|
"installCommandPattern": "npm i.* jest",
|
|
"runCommandPattern": "jest"
|
|
},
|
|
"files": [
|
|
"src/index.js",
|
|
"package.json",
|
|
"package-lock.json"
|
|
]
|
|
}
|
|
]
|