29 строки
459 B
Plaintext
29 строки
459 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "samples\\TodoApp"
|
|
}
|
|
],
|
|
"settings": {
|
|
"mocha.files.glob":"test/**/*.spec.ts",
|
|
"mocha.sideBarOptions": {
|
|
"lens": true,
|
|
"decoration": true,
|
|
"autoUpdateTime": 0,
|
|
"showDebugTestStatus": true
|
|
},
|
|
"mocha.runTestsOnSave": "false",
|
|
"mocha.logVerbose": true,
|
|
"mocha.options": {
|
|
"compilers":{
|
|
"ts": "ts-node/register"
|
|
}
|
|
},
|
|
"mocha.requires": [
|
|
"ts-node/register"
|
|
]
|
|
}
|
|
} |