File tree 1 file changed +4
-4
lines changed
packages/@angular/cli/blueprints/ng/files
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module.exports = function (config) {
12
12
require ( 'karma-coverage-istanbul-reporter' ) ,
13
13
require ( '@angular/cli/plugins/karma' )
14
14
] ,
15
- client :{
15
+ client : {
16
16
clearContext : false // leave Jasmine Spec Runner output visible in browser
17
17
} ,
18
18
files : [
@@ -22,17 +22,17 @@ module.exports = function (config) {
22
22
'./<%= sourceDir %>/test.ts' : [ '@angular/cli' ]
23
23
} ,
24
24
mime : {
25
- 'text/x-typescript' : [ 'ts' , 'tsx' ]
25
+ 'text/x-typescript' : [ 'ts' , 'tsx' ]
26
26
} ,
27
27
coverageIstanbulReporter : {
28
- reports : [ 'html' , 'lcovonly' ] ,
28
+ reports : [ 'html' , 'lcovonly' ] ,
29
29
fixWebpackSourcePaths : true
30
30
} ,
31
31
angularCli : {
32
32
environment : 'dev'
33
33
} ,
34
34
reporters : config . angularCli && config . angularCli . codeCoverage
35
- ? [ 'progress' , 'coverage-istanbul' ]
35
+ ? [ 'progress' , 'coverage-istanbul' , 'kjhtml' ]
36
36
: [ 'progress' , 'kjhtml' ] ,
37
37
port : 9876 ,
38
38
colors : true ,
You can’t perform that action at this time.
0 commit comments