Switching to list reporter for node test suite.
This commit is contained in:
Родитель
6ecc42919b
Коммит
4b8ef458bb
|
@ -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');
|
Загрузка…
Ссылка в новой задаче