fix coverage ts problem

This commit is contained in:
Eugenio Romano
2016-05-31 13:36:29 +01:00
parent c0dc2645bb
commit 2357b52479
15 changed files with 28 additions and 28 deletions

View File

@@ -71,7 +71,7 @@ module.exports = function (config) {
subdir: 'report',
reporters: [
{type: 'text'},
{type: 'json', subdir: '.', file: 'coverage-final.json'},
{type: 'json', file: 'coverage-final.json'},
{type: 'html'}
]
}