Files
vscode/extensions/copilot/test/scenarios/test-setupTest/testSetup.6.conversation.json
T
2025-06-27 11:35:20 +02:00

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"
]
}
]