Merge branch 'dev' of https://github.com/WindowsAzure/azure-sdk-for-node into merged2
This commit is contained in:
Коммит
c1798b8cfc
|
@ -62,6 +62,9 @@ files.forEach(function (file) {
|
|||
if (coverageOption !== -1) {
|
||||
args.push('-R');
|
||||
args.push('html-cov');
|
||||
} else {
|
||||
args.push('-R');
|
||||
args.push('list');
|
||||
}
|
||||
|
||||
require('../node_modules/mocha/bin/mocha');
|
Загрузка…
Ссылка в новой задаче