Set Mocha options based on environment settings (#7229)

* Set Mocha options based on environment settings

* fixing copy paste bugs in console logs

* incorporating review feedback
This commit is contained in:
Arvind Ranasaria
2019-09-20 12:04:22 -07:00
committed by GitHub
parent ac6a4e590d
commit 71b80e0817
2 changed files with 35 additions and 7 deletions

View File

@@ -55,8 +55,8 @@
"chai": "3.5.0",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",
"vscode": "1.1.5",
"uuid": "^3.3.2"
"uuid": "^3.3.2",
"vscode": "1.1.5"
},
"dependencies": {
"azure-keyvault": "^3.0.4",