fix colorized unit tests debug target

This commit is contained in:
Joao Moreno 2019-09-26 10:50:59 +02:00
parent b0d714d2de
commit 89d3447460

7
.vscode/launch.json vendored
View file

@ -216,7 +216,10 @@
"cwd": "${workspaceFolder}",
"outFiles": [
"${workspaceFolder}/out/**/*.js"
]
],
"env": {
"MOCHA_COLORS": "true"
}
},
{
"type": "node",
@ -279,4 +282,4 @@
]
},
]
}
}