fix(console): disable log collapsing for group

This commit is contained in:
redhoodsu
2019-10-01 21:24:03 +08:00
parent 68b5ecc550
commit 3b3a5ecccb
3 changed files with 15 additions and 50 deletions

View File

@@ -37,7 +37,7 @@ let coverage = reduce(
collector.add(coverage)
reporter.addAll(['html', 'lcov'])
reporter.addAll(['text', 'html', 'lcov'])
reporter.write(collector, true, function() {
console.log('open coverage/index.html to see the coverage report.')
})