Updated babel to 6.0

This commit is contained in:
Chris
2015-11-17 07:39:34 +01:00
parent 33150f0cf6
commit bbd0f7666e
5 changed files with 35 additions and 13 deletions
+5 -2
View File
@@ -23,8 +23,11 @@ module.exports = function(config) {
noInfo: true
},
coverageReporter: {
type: 'html',
dir: 'coverage/'
dir: 'coverage/',
reporters: [
{ type: 'html' },
{ type: 'text' }
]
}
});
};