Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-setupTest/testSetup.0.conversation.json
13397 views
1
[
2
{
3
"name": "nodeApp",
4
"question": "/setupTests mocha",
5
"expectations": {
6
"filePatterns": ["(mocharc|mocha\\.opts)", "\\.test\\.ts"],
7
"installCommandPattern": "npm i.*mocha",
8
"runCommandPattern": "mocha"
9
},
10
"files": [
11
"src/app.ts",
12
"package.json",
13
"package-lock.json",
14
"tsconfig.json"
15
]
16
}
17
]
18
19